﻿.hScrollPane_dragbar,
.hScrollPane_draghandle,
.hScrollPane_leftarrow,.hScrollPane_rightarrow{background:url(../images/dragbar.gif);}
/*Download by http://www.jb51.net*/
.hScrollPane_dragbar{
	float:left;
	position:absolute;
	left:0px;
	bottom:0px;
	height:13px;
	margin:0 auto;
	background-image:url(../images/Bgg.gif);
}
.hScrollPane_draghandle{
	height:14px;
	width:30px;
	overflow:hidden;
	position:absolute;
	top:0px;
	left:0px;
	background-position:center -48px;
	background-image:url(../images/gunt.gif);
	background-repeat:repeat-y;
	background-position:top;
	height:10px;
	width:180px;
	margin-top:1px;
}
.hScrollPane_leftarrow,.hScrollPane_rightarrow{
	display:inline-block;
	display:none;
	height:16px;
	width:17px;
	overflow:hidden;
	position:absolute;
	bottom:0;
}
.hScrollPane_leftarrow{left:0;}
.hScrollPane_leftarrow:hover{background-position:left -64px;}
.hScrollPane_rightarrow{right:0; background-position:left -16px;}
.hScrollPane_rightarrow:hover{background-position:left -80px;}

.draghandlealter{
	background-image:url(../images/gunt1.gif);
}