#scrollbox
{
	float:				right;
	width:				250px;
	height:				190px;
	margin-right:		10px;

	background-color:	#FFF;
}
.vScrollbar
{
	float:				left;
}
.hScrollbar
{
	clear:				both;
}
.vTrack
{
	height:				190px;
	width:				10px;
	position:			relative;
	background:			#ccc;
	overflow:			hidden;
}
.hTrack
{
	float:				left;
	height:				10px;
	width:				250px;
	position:			relative;
	background:			#ddd;
	overflow:			hidden;
}
.vThumb, .hThumb
{
	position:			absolute;
	top:				0px;
	left:				0px;
	height:				10px;
	width:				10px;
	background:			#7A8B9B;
	overflow:			hidden;
}
.arrowUp, .arrowDown, .arrowLeft, .arrowRight, .corner
{
	height:				10px;
	width:				10px;
	background:			#777;
	overflow:			hidden;
}
.arrowLeft, .arrowRight, .corner
{
	float:				left;
}
.corner
{
	background:			#ccc;
}