/*
	 Customized Scroll
	 by Chris Coyier
	 http://css-tricks.com
*/
#page-wrap			{ width: 230px; margin: 0px auto; position: relative; }

.scroll-pane 		{ width: 215px; overflow: auto;  height: 500px; }

.jScrollPaneContainer 	{ position: relative; overflow: hidden; z-index: 1; }

.jScrollPaneTrack 		{ position: absolute; cursor: pointer; right: 0; top: 0; height: 100%;
						  background: url(bar.jpg) top center repeat-y; padding: 3px; }

.jScrollPaneDrag	{ position: absolute; background: url(ball.png) center center no-repeat;
					  cursor: pointer; overflow: hidden; }