.jScrollHorizontalPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.jScrollHorizontalPaneTrack {
	position: absolute;
	cursor: pointer;
	left: 21px !important;
	bottom: 0;
	width: 100%;
	background: url(/static/images/jScrollHorizontalPaneTrack.gif) repeat-x 0 0;
}

.jScrollHorizontalIntervalTrack { 
	position: absolute;
}

.jScrollHorizontalPaneDrag {
	height: 17px !important;
	top: 4px !important;
	position: absolute;
	background: #222231 url(/static/images/jScrollHorizontalPaneDrag.gif) no-repeat center -4px;
	cursor: pointer;
	overflow: hidden;
	width: 870px;
}
.jScrollHorizontalPaneDragLeft {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
	width: 2px;
	height: 17px !important;
	background: url(/static/images/jScrollHorizontalPaneDragLeft.gif) no-repeat 0 -4px;
}
.jScrollHorizontalPaneDragRight {
	position: absolute;
	bottom: 0;
	right: 0;
	overflow: hidden;
	width: 2px;
	height: 17px !important;
	background: url(/static/images/jScrollHorizontalPaneDragRight.gif) no-repeat 0 -4px;
}
a.jScrollHorizontalArrowLeft {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
	text-indent: -2000px !important;
	overflow: hidden;
	/*background-color: #666;*/
	height: 23px;
	width: 21px !important;
	background: url(/static/images/jScrollHorizontalArrowLeft.gif) no-repeat 0 0;
}
a.jScrollHorizontalArrowLeft:hover {
	/*background-color: #f60;*/
}

a.jScrollHorizontalArrowRight {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px !important;
	overflow: hidden;
	/*background-color: #666;*/
	height: 23px;
	width: 21px !important;
	background: url(/static/images/jScrollHorizontalArrowRight.gif) no-repeat 0 0;
}
a.jScrollHorizontalArrowRight:hover {
	/*background-color: #f60;*/
}
a.jScrollHorizontalActiveArrowButton, a.jScrollHorizontalActiveArrowButton:hover {
	/*background-color: #f00;*/
}