﻿.hScrollPane_dragbar,

.hScrollPane_draghandle,

.hScrollPane_leftarrow,.hScrollPane_rightarrow{}



.hScrollPane_dragbar{

	position:absolute;

	height:50px;

	left:0;

	top:0;

	margin:0 auto;



	background:url(../images/point_bg.jpg) no-repeat;

}

.hScrollPane_draghandle{

	width:23px!important;

	height:22px;

	overflow:hidden;

	position:absolute;

	top:0px;

	left:67px;

	cursor:default;

    background:url(../images/point.png) no-repeat;

	-moz-border-radius:2px; 

    -khtml-border-radius:2px; 

    -webkit-border-radius:2px; 

    border-radius:2px;

	cursor:pointer;

}

.hScrollPane_leftarrow,.hScrollPane_rightarrow{

	display:inline-block;

	height:0px;

	width:0px;

	overflow:hidden;

	position:absolute;

	bottom:0;

}

.hScrollPane_leftarrow { left:0;}

.hScrollPane_leftarrow:hover {}

.hScrollPane_rightarrow { right:0;}

.hScrollPane_rightarrow:hover {}



.draghandlealter{

	/*background-color:#efefef;*/

}