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

.jhScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	left: 0;
	bottom: 0;
	width: 100%;
	background: #333333;
}

.jhScrollIntervalTrack { 
	position: absolute;

}

.jhScrollPaneDrag {
	position: absolute;
	background: #000;
	cursor: pointer;
	overflow: hidden;
}
.jhScrollPaneDragLeft {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
.jhScrollPaneDragRight {
	position: absolute;
	bottom: 0;
	right: 0;
	overflow: hidden;
}
a.jhScrollArrowLeft {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
	text-indent: -2000px !important;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
	width: 10px;
}
a.jhScrollArrowLeft:hover {
	/*background-color: #f60;*/
}

a.jhScrollArrowRight {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px !important;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
	width: 10px;
}
a.jhScrollArrowRight:hover {
	/*background-color: #f60;*/
}
a.jhScrollActiveArrowButton, a.jhScrollActiveArrowButton:hover {
	/*background-color: #f00;*/
}