* { margin: 0; padding: 0; }
#page-wrap	{ width: 425px; margin: 2px auto; position: relative; }
.scroll-pane { width: 415px; overflow: auto; padding-right: 10px; height: 200px; }
.jScrollPaneContainer 	{ position: relative; overflow: hidden; z-index: 1; }
.jScrollPaneTrack 		{ position: absolute; cursor: pointer; right: 0; top: 0; height: 70%; background: url(images/whitebar.jpg) top center repeat-y; padding: 3px; }
.jScrollPaneDrag	{ position: absolute; background: url(images/yellowbar.jpg) top top no-repeat;
					  cursor: pointer; overflow: hidden;}
