#scrollContainer
{
	width: 360px;
	height: 200px;
}

#scrollContent
{
	width:360px;
	height:200px;
	float: left;
	overflow: hidden;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #996600;
	text-decoration: none;
	line-height: 15px;
}

.vScrollbar
{
	float: left;			
}
		
.hScrollbar 
{
	clear: both;	
}

.vTrack 
{
	height: 300px;
	width: 5px;
	position: relative;
	background: #B79144;
	overflow: hidden;			
}
		
.hTrack 
{
	float: left;
	height: 5px;
	width: 255px;
	position: relative;
	background: #B79144;
	overflow: hidden;			
}			

.vThumb 
{
	position: absolute;
	top: 0;
	left: 0;
	height: 15px;
	width: 5px;
	background: #FFE6B0;
	overflow: hidden;
}

.hThumb 
{
	position: absolute;
	top: 0;
	left: 0;
	height: 5px;
	width: 15px;
	background: #FFE6B0;
	overflow: hidden;
}
		
.arrowUp, .arrowDown
{
	height: 15px;
	width: 5px;
	background: #996600;
	overflow: hidden;						
}

.arrowLeft, .arrowRight, .corner 
{
	height: 5px;
	width: 15px;
	background: #996600;
	overflow: hidden;						
}
		
.arrowLeft, .arrowRight, .corner 
{
	float: left;
}
			
.corner 
{
	background: #000;
}	

