.scroll-pane {
	display:block;	
	height: 285px;
	overflow: auto;	
}
.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;	
}
.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top:0;
	height: 100%;
	width:21px !important;
	background:url(../img/scrollPane/bg-pane.gif) center top repeat-y;
}
.jScrollPaneDrag {
	position: absolute;	
	cursor: pointer;
	width:21px !important;
	min-height:64px !important;
	max-height:84px !important;
	background:url(../img/scrollPane/drag-center.gif) center top repeat-y;
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	width:21px !important; 
	height:11px !important;
	background:url(../img/scrollPane/drag-top.gif) top center no-repeat;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
	width:21px !important;
	height:12px !important;
	background:url(../img/scrollPane/drag-bottom.gif) bottom center no-repeat;	
}
a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -9000px;
	overflow: hidden;
	background:url(../img/scrollPane/btn-top.gif) top no-repeat;	
	height: 32px !important;
	width:21px !important;
}
a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -9000px;
	overflow: hidden;
	background:url(../img/scrollPane/btn-bottom.gif) bottom center no-repeat;		
	height: 34px !important;
	width:21px !important;	
}

