﻿.hScrollPane_dragbar,
.hScrollPane_draghandle,
.hScrollPane_leftarrow,.hScrollPane_rightarrow{background:url(../images/dragbar.gif);}

.hScrollPane_dragbar{
	position:absolute;
	z-index:10;
	left:50%;
	
	bottom:0px;
	height:28px;
	margin-left:-480px;
	background-position:left -32px;
}
.hScrollPane_draghandle{
	height:28px;
	width:98px;
	/*border:1px solid #d5d3d3;*/
	overflow:hidden;
	position:absolute;
	z-index:10;
	zoom:1;
	top:0px;
	left:0px;
	cursor:default;
	cursor:hand;
	background:url(../images/exhibition-room/scroll-btn-on.gif) no-repeat;
	/*background-position:center -48px;
	background-repeat:no-repeat;
	background-color:#e5e5e5;*/
	/*-moz-border-radius:2px; 
    -khtml-border-radius:2px; 
    -webkit-border-radius:2px; 
    border-radius:2px;*/
}
.hScrollPane_draghandle.current{
	background:url(../images/exhibition-room/scroll-btn.jpg) no-repeat;
}
.hScrollPane_leftarrow,.hScrollPane_rightarrow{
	display:inline-block;
	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:url(../images/exhibition-room/scroll-btn.jpg) no-repeat;
	/*background-position:center -96px;*/
	/*background-color:#efefef;*/
	width:98px;
}