.hScrollbar
{
	clear: both;	
}
.vTrack
{
	position: relative;
	width: 15px;
	height: 300px;
	background: #000000;
	overflow: hidden;			
}
.vThumb
{
	position: absolute;
	top: 0px;
	left: 0px;
	height: 15px;
	width: 15px;
	background-color: #ffffff;
	overflow: hidden;
}
.arrowUp,
.arrowDown,
.corner
{
	height: 15px;
	width: 15px;
	background: #777;
	overflow: hidden;						
}
.arrowUp
{
	background: transparent url(/img/arrow_up.gif) 3px 0px no-repeat;
}
.arrowDown
{
	background: transparent url(/img/arrow_down.gif) 3px 3px no-repeat;
}
.corner
{
	float: left;
	background-color: #000000;
}
