﻿.hScrollPane_dragbar,
.hScrollPane_draghandle,
.hScrollPane_leftarrow,.hScrollPane_rightarrow{background: url(../Images/hdt_03.png) no-repeat;}

.hScrollPane_dragbar{
	position:absolute;
	left:0px;
	bottom:0px;
	height:11px;
	margin:0 auto;	
	

}
.hScrollPane_draghandle{

	height:11px;
	overflow:hidden;
	position:absolute;
	top:0px;
	left:0px;
	cursor:default;
	background: url(../Images/dss_04.jpg);

}
.hScrollPane_leftarrow,.hScrollPane_rightarrow{
	display:inline-block;
	height:11px;
	width:17px;
	overflow:hidden;
	position:absolute;
	bottom:0;
	
}
.hScrollPane_leftarrow{left:0;}
.hScrollPane_leftarrow:hover{ display: none}


