
.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
	clear:both;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	left: 0;
	bottom: 0;
	width: 100%;
	background: transparent url(../images/scroll/bg_scroll.gif) repeat-x left top;
}

*+html .jScrollPaneTrack{ left :12px !important ;}

.jScrollIntervalTrack { 
	position: absolute;

}

.jScrollPaneDrag {
	position: absolute;
	background: transparent url(../images/scroll/jScrollPaneDrag.gif) repeat-x left top;
	cursor: pointer;
	/*overflow: hidden;*/
	margin-left:4px;
	z-index:9;
}

*+html .jScrollPaneDrag {
	margin-left:3px;
}

.jScrollPaneDragLeft {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
	background: transparent url(../images/scroll/jScrollPaneDragLeft.gif) no-repeat left top;
	height:9px;
	width:4px;
}

*html .jScrollPaneDragLeft {
	position:relative;
}

.jScrollPaneDragRight {
	position: absolute;
	bottom: 0;
	right: 0;
	overflow: hidden;
	background: transparent url(../images/scroll/jScrollPaneDragRight.gif) no-repeat left top;
	height:9px;
	width:4px;
}

*html .jScrollPaneDragRight {
	position:relative;
	float:right;
	margin-top: -9px;
}

a.jScrollArrowLeft {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
	text-indent: -2000px !important;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
	width: 15px !important;
	background: url(../images/scroll/basic_arrow_up.gif) no-repeat left top;
}

a.jScrollArrowRight {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px !important;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
	width: 18px !important;
	background: url(../images/scroll/basic_arrow_down.gif) no-repeat left top;
	z-index:10;
}

a.jScrollActiveArrowButton, 
a.jScrollActiveArrowButton:hover {
	/*background-position: 0 -30px;*/
}

.orange-bar .jScrollPaneTrack {
	background: #f60;
}
.orange-bar .jScrollPaneDrag {
	background: #00f url(../images/scroll/drag_grab.gif) no-repeat 50% 50%;
}
.orange-bar .scroll-pane {
	background: #69f;
}

