
.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background: url(jscrollpane_line.gif) repeat-y center top;
}
.jScrollPaneDrag {
	height: 36px!important;
	position: absolute;
	background: url(jscrollpane_btn.gif) no-repeat center top;
	cursor: pointer;
	overflow: hidden;
}

