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

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


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

			

.scroll-pane {
	width:676px;
	height:180px;
	overflow: auto;
	float: left;
}

.scroll-pane3 {
	width:665px;
	height:348px;
	overflow: auto;
	float: left;
}

.scroll-pane4 {
	width:260px;
	height:348px;
	overflow: auto;
	float: left;
}
