﻿.panScrollPane_dragbar,
.panScrollPane_draghandle,
.panScrollPane_leftarrow,.panScrollPane_rightarrow{background:url(../images/dragbar.gif);}

.panScrollPane_dragbar_y,.panScrollPane_draghandle_y,.panScrollPane_toparrow,.panScrollPane_bottomarrow{background:url(../images/dragbar1.gif);}
.panScrollPane_dragbar_y{
	position:absolute;
	right:0px;
	bottom:0px;
	height:100%;
	width: 16px;
	margin:0 auto;
	top: 17px;
	background-position: -64px center;
	
}
.panScrollPane_draghandle_y{
	width:14px;
	height:30px;
	border:1px solid #d5d3d3;
	overflow:hidden;
	position:absolute;
	top:0px;
	left:0px;
	right:0px;
	cursor:default;
	background-position: -49px center;
	background-repeat:no-repeat;
	background-color:#e5e5e5;
	-moz-border-radius:2px; 
    -khtml-border-radius:2px; 
    -webkit-border-radius:2px; 
    border-radius:2px;
}


.panScrollPane_dragbar{
	position:absolute;
	left:0px;
	bottom:0px;
	height:16px;
	margin:0 auto;
	background-position:left -32px;
}
.panScrollPane_draghandle{
	height:14px;
	width:30px;
	border:1px solid #d5d3d3;
	overflow:hidden;
	position:absolute;
	top:0px;
	left:0px;
	cursor:default;
	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;
}
.panScrollPane_leftarrow,.panScrollPane_rightarrow{
	display:inline-block;
	height:16px;
	width:17px;
	overflow:hidden;
	position:absolute;
	bottom:0;
}
.panScrollPane_toparrow,.panScrollPane_bottomarrow{
	display:inline-block;
	width:16px;
	height:17px;
	overflow:hidden;
	position:absolute;
	right:0;
}
.panScrollPane_toparrow{top:0;background-position:16px center;}
.panScrollPane_bottomarrow{bottom:0px; background-position:32px center;}
/* .panScrollPane_bottomarrow{bottom:17px; background-position:32px center;} */
.panScrollPane_toparrow:hover{background-position:-32px center;}
.panScrollPane_bottomarrow:hover{background-position:-16px center;}

.panScrollPane_leftarrow{left:0;}
.panScrollPane_leftarrow:hover{background-position:left -64px;}
.panScrollPane_rightarrow{right:0; background-position:left -16px;}
.panScrollPane_rightarrow:hover{background-position:left -80px;}

.draghandlealter{
	background-position:center -96px;
	background-color:#efefef;
}
.draghandlealter_y{
	background-position:center -96px;
	background-color:#efefef;
}