.scroll-pane 		
{ overflow: auto;  }


.jScrollPaneContainer 	
{ position: relative; overflow: hidden; z-index: 1; }


.jScrollPaneTrack 		
{ position: absolute; cursor: pointer; right: 0; top: 0; height: 100%;
						  background: url(../images/bar.jpg) top center repeat-y; padding: 3px; }


.jScrollPaneDrag	
{ position: absolute; background: url(../images/ball.png) center center no-repeat;
					  cursor: pointer; overflow: hidden; }
