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

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


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

			

.scroll-pane {
	width:350px;
	height:200px;
	overflow: auto;
}

.scroll-pane2 {
	width:300px;
	height:200px;
	overflow: auto;
}


#pane1 {
	float:left;
}

#pane2 {	
	float:right;
}