.scroll-pane { width:290px; height:230px; overflow: auto;}
.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top:0;
	height: 230px; width:16px;
	background: url(../i/scroll-track2.png?07062008) no-repeat 50% 50%;
}
.jScrollPaneDrag {
	position: absolute;
	background: url(../i/scroll-drag.png?07062008) no-repeat 50% 50% ;
	cursor: pointer;
	height:auto;
	overflow: hidden !important;
}
