
.scroll-pane
{
	width: 504px;
	overflow: auto;
	float: left;
}
#pane1
{
	height: 200px;
}
.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 200px;
	background: #595959;
}
.jScrollPaneDrag {
	position: absolute;
	background: #fdfdfd;
	cursor: pointer;
	width:4px;
	margin:1px 0 1px 2px;
	overflow: hidden;
	border-bottom:2px solid #595959;
}