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

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 22px;
	background: url(../images/gfx/nav_scrollbar_bg.gif);
}

.jScrollIntervalTrack { 
	position: absolute;
	visibility: hidden;
}

.jScrollPaneDrag {
	position: absolute;
	background: url(../images/gfx/scroll_drag_bg.gif) repeat-x scroll 50% 2px;
	padding:0px;
	margin:0px;
	cursor: pointer;
	overflow: hidden;
}
.jScrollPaneDragLeft {
	float:left;
	width: 7px;
	background: url(../images/gfx/left_scroll_drag_bg.gif) no-repeat scroll 0px 2px;
	overflow: hidden;
	font-size: 1px;
	line-height:1px;
}
.jScrollPaneDragRight {
	float: right;
	overflow: hidden;
	width: 7px;
	font-size: 1px;
	line-height:1px;
	background: url(../images/gfx/right_scroll_drag_bg.gif) no-repeat scroll 100% 2px;	
}
a.jScrollArrowLeft {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
	text-indent: -2000px !important;
	overflow: hidden;
	height: 22px;
	width: 19px;
	background: url(../images/gfx/offer_nav_left.gif) no-repeat scroll 0px 0px;
}
a.jScrollArrowLeft:hover {
	text-decoration:none;
	background: url(../images/gfx/offer_nav_left.gif) no-repeat scroll 0px 0px;
}

a.jScrollArrowRight {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px !important;
	overflow: hidden;
	background-color: #666;
	height: 22px;
	width: 17px;
	background: url(../images/gfx/offer_nav_right.gif) no-repeat scroll 100% 0px;
}
