.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
	width:585px;
	
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	left: 0;
	bottom: 0;
	width: 100%;
	background: #EEEEDD;
}

.jScrollIntervalTrack { 
	position: absolute;

}

.jScrollPaneDrag {
	position: absolute;
	background: #5C543F url(../images/scrollbar-bg.gif) center 3px no-repeat;
	cursor: pointer;
	overflow: hidden;
}
.jScrollPaneDrag:hover {
	background-color:#948765;
	background-position:center -14px;
}
.jScrollPaneDrag.active {
	background-color:#948765;
	background-position:center -14px;
}
.jScrollPaneDragLeft {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragRight {
	position: absolute;
	bottom: 0;
	right: 0;
	overflow: hidden;
}
