.scroll-pane {
	float: left;
}

.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	left: 0;
	bottom: 0;
	width: 100%;
	background: url(../images/scrollbar/bghscroller2.png) top left no-repeat;
}
.jScrollIntervalTrack {
	position: absolute;
}
.jScrollPaneDrag {
	position: absolute;
	cursor: pointer;
	overflow: hidden;
}
.jScrollPaneDragLeft {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 8px;
	overflow: hidden;
	background: url(../images/scrollbar/left.png) no-repeat;
}
.jScrollPaneDragCenter {
	position: absolute;
	bottom: 0;
	left: 8px;
	overflow: hidden;
	background: url(../images/scrollbar/center.png) repeat-x;
}
.jScrollPaneDragCenterLine {
	position: absolute;
	width: 5px;
	background: url(../images/scrollbar/line.png) center center no-repeat;
}
.jScrollPaneDragRight {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 8px;
	overflow: hidden;
	background: url(../images/scrollbar/right.png) no-repeat;
}
