.scroll-pane 		{
	width: 230px;
	overflow: auto;
	height: 400px;
}
.scroll-pane a		{
	color: #FFFFFF;
}
.scroll-pane a:hover	{
	color: #FFFFFF;
	text-decoration: underline;
}
.bottomshadow 		{ position: absolute; top: 375px; left: -47px; z-index: 9999; }

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

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

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