.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	left: 0;
	bottom: 0;
	width: 100%;
	background: url(../img/jquery.scroller/scroller_track_bg_3.gif) repeat-x 0 0;
	margin-right: 1px;
}
.jScrollIntervalTrack { 
	position: absolute;
}
.jScrollPaneDrag {
	position: absolute;
	background: #000;
	cursor: pointer;
	overflow: hidden;
	background: url(../img/jquery.scroller/scroller_bar_bg_3.gif) no-repeat center center;
	width: 110px !important;
}
.jScrollPaneDragLeft {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragRight {
	position: absolute;
	bottom: 0;
	right: 0;
	overflow: hidden;
	text-align: right;
}
a.jScrollArrowLeft {
	background: url(../img/jquery.scroller/arrow_left_3.gif) no-repeat 0 0;
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
	text-indent: -2000px !important;
	overflow: hidden;
	height: 13px;
	width: 12px;
	margin-bottom: 7px;
}
a.jScrollArrowLeft:hover {
}
a.jScrollArrowRight {
	background: url(../img/jquery.scroller/arrow_right_3.gif) no-repeat top right;
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px !important;
	overflow: hidden;
	height: 13px;
	width: 12px;
	margin-bottom: 7px;
}
a.jScrollArrowRight:hover {
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
}