.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background:url(../new_images/vert_scroll.gif) repeat-y;
}
.jScrollPaneDrag {
	position: absolute;
	background:url(../new_images/scroller.gif) no-repeat;
	cursor: pointer;
	overflow: auto;
	height:100%;
}

