
.scroll-pane {
	width:645px;   
	height:410px;
	overflow: auto;
	margin:0 0 0 56px;
}

#pane1 {

}


.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
	float:left;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	border-left:solid 1px #999;
}
.jScrollPaneDrag {
	position: absolute;
	background: #009ee1;
	cursor: pointer;
	overflow: hidden;
}

