.jScrollPaneContainer {
    position: relative;
    overflow: hidden;
    margin:0 0 17px 0;
    z-index: 1;
    -moz-border-radius-topleft: 10px !important;
-moz-border-radius-topright: 10px !important;
-moz-border-radius-bottomright: 0px !important;
-moz-border-radius-bottomleft: 0px !important;
border-top-left-radius: 10px !important;
border-top-right-radius: 10px !important;
border-bottom-right-radius: 0px !important;
border-bottom-left-radius: 0px !important;
    background: url(../images/bg_scroll_pane.png) 0 0 repeat-x;

}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	left: 0;
	bottom: 0;
	width: 100%;
	background: #e5f1f8;
	height:21px !important;
}

.jScrollIntervalTrack { 
	position: absolute;

}

.jScrollPaneDrag {
	position: absolute;
	background:url(../images/pane_drag.png) 0 0 repeat-x;
	cursor: pointer;
	overflow: hidden;
	height:17px !important;
	margin:2px 0 0 0;
	width:182px;
	-moz-border-radius: 10px;
	border-radius: 10px; 
}
.jScrollPaneDragLeft {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragRight {
	position: absolute;
	bottom: 0;
	right: 0;
	overflow: hidden;
}
a.jScrollArrowLeft {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
	text-indent: -2000px !important;
	overflow: hidden;
	height: 21px !important;
	width: 20px !important;
	background:url(../images/scroll_left.gif) 0 0 no-repeat;
}
a.jScrollArrowLeft:hover {
	/*background-color: #f60;*/
}

a.jScrollArrowRight {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px !important;
	overflow: hidden;
	/*background-color: #666;*/
	height: 21px !important;
	width: 20px !important;
	background:url(../images/scroll_right.gif) 0 0 no-repeat;
}
a.jScrollArrowRight:hover {
	/*background-color: #f60;*/
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	/*background-color: #f00;*/
}