.scroll-pane{
	height:450px;
    overflow: hidden;
}
.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 950;
	 margin-top:10px;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	top: 0;
	height: 100%;
    right: 0;
    z-index: 9500;
}

.jScrollPaneDrag {
	position: absolute;
	cursor: pointer;
	overflow: hidden;
	background:url(images/drag.png) no-repeat left top;
	height:43px!important;
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 950;
	top: 0;
	text-indent: -2000px;
	overflow: hidden;
	background:url(images/but.png) no-repeat center top;
	height:18px;
    right: 0px;
    
}

a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 950;
	bottom: 0;
	text-indent: -2000px;
	overflow: hidden;
	background:url(images/but.png) no-repeat center top;
	height:18px;
    right: 0px;
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	/*background-color: #f00;*/
}

.leftPane  .jScrollPaneTrack , .leftPane  a.jScrollArrowUp, .leftPane a.jScrollArrowDown {
    right: auto;
    left: 0px;
}
