.customScrollBar_div
{
	position: absolute;
}

.customScrollBar
{
	float: left;
	display: none;
	overflow: hidden;
}

.up, .down, .left, .right, .vcursor, .hcursor
{
	position: relative;
	margin: 0;
	padding: 0;
	line-height: 0;
	font-size: 0;
	width: 10px;
	height: 10px;
}

.down
{
	top: -10px;
}

.right
{
	left: -10px;
}

.vtrack
{
	position: relative;
	top: -10px;
}

/*.htrack
{
	float: left;
	position: relative;
	left: -10px;
}*/

.vcursor, .hcursor
{
	z-index: 1;
}

.scroll_content, .hcursor, .left, .right
{
	float: left;
}

.scroll_content
{
	position: absolute;
}
