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

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background: none;
}
.jScrollPaneDrag {
	position: absolute;
	background: #666;
	cursor: pointer;
	overflow: hidden;
}


/* --------------- scrollpane styles --------------- */

			

.scroll-pane {
	width:250px;
	height:350px;
	overflow: auto;
	float: left;
}


#pane1 {
}