
.scroll-pane 		{ width: 455px; overflow-y: auto; overflow-x: hidden; padding-right: 10px; height: 400px; }
.jScrollPaneContainer 	{ position: relative; overflow: hidden; z-index: 1; }
.jScrollPaneTrack 		{ position: absolute; cursor: pointer; right: 0; top: 0; height: 100%; background: url(../images/bar.gif) top center repeat-y;  margin:0px 0px 0px 0px; padding:0px; width:11px;  }
.jScrollPaneDrag	{ position: absolute; background: url(../images/ball.gif) center center no-repeat; cursor: pointer; overflow: hidden; height:35px !important; margin:0px 0px 0px 0px; padding:0px; width:11px; }
.scroll-pane-limited 		{ width: 455px; overflow-y: auto; overflow-x: hidden; padding-right: 10px; height: 300px; }