
.jScrollHorPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
	outline: none;
}

.jScrollHorPaneTrack {
	position: absolute;
	cursor: pointer;
	left: 0;
	height:20px;
	bottom: 0;
	width: 100%;
	background: #EDEDED;
}

.jScrollHorIntervalTrack { 
	position: absolute;

}

.jScrollHorPaneDrag {
	height:20px;
	position: absolute;
	background: #DD137B;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	cursor: pointer;
	overflow: hidden;
}
.jScrollHorPaneDragLeft {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
.jScrollhorPaneDragRight {
	position: absolute;
	bottom: 0;
	right: 0;
	overflow: hidden;
}
a.jScrollHorArrowLeft {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
	text-indent: -2000px !important;
	overflow: hidden;
	/*background-color: #666;*/
	height: 20px;
	width: 20px;
}
a.jScrollHorArrowLeft:hover {
	/*background-color: #f60;*/
}

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