.scrollpanel
{
overflow:hidden;
width:500px;
height:400px;
position:absolute;
}

.jScrollPaneContainer
{
height:400px;
}

.jScrollPaneTrack {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	background: url("../_images/scrollbar.gif") no-repeat;
}
.jScrollPaneDrag {
	position: absolute;
	background: url("../_images/scroll.gif") no-repeat 50% 50% #875db3;
	height:27px;
	cursor: pointer;
}

