
.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
	float:left;
	height:254px !important;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background:url(../images/bg_Scroll.gif) repeat-y 50%;
}
.jScrollPaneDrag {
	position: absolute;
	background: #3e87d3;
	cursor: pointer;
	overflow: hidden;
    background:url(../images/scroll_button.jpg) no-repeat 1px 0 ;
	height:30px !important;
	
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	
	overflow: hidden;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}