
.jHScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.jHScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	left: 0;
	bottom: 0;
	width: 100%;
	background: #aaa;
  background:url(/images/windows_track_horizontal.gif) repeat-x;
}

.jHScrollIntervalTrack {
	position: absolute;

}

.jHScrollPaneDrag {
	position: absolute;
	background: #ff7200;
	cursor: pointer;
	overflow: hidden;
}
.jHScrollPaneDragLeft {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
  width:5px;
  background:#B4ABA0 url(/images/windows_track_horizontal.gif) repeat-x;
}
.jHScrollPaneDragRight {
	position: absolute;
	bottom: 0;
	right: 0;
  width:5px;
	overflow: hidden;
  background:#B4ABA0 url(/images/windows_track_horizontal.gif) repeat-x;
}
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;*/
}