div.contentscroller { width: 283px; overflow: auto; position: relative; margin: 0; padding-right: 5px; }

.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background: url(../images/scroll_background.gif) 0px 0px repeat-y;
}
.jScrollPaneDrag {
	position: absolute;
	background: url(../images/scroll_button.gif) 0px 0px repeat-y;
	width: 9px;
	height: 42px !important;
	cursor: pointer;
	overflow: hidden;
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
	display: none;
}

