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

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

.jScrollIntervalTrack { 
	position: absolute;

}

.jScrollPaneDrag {
	position: absolute;
	background: #666;
	cursor: pointer;
	overflow: hidden;
}
.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;
	/*background-color: #666;*/
	height: 9px;
	width: 10px;
}
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: 9px;
	width: 10px;
}
a.jScrollArrowRight:hover {
	/*background-color: #f60;*/
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	/*background-color: #f00;*/
}

.scroll-pane { float:left; padding: 0;}
.jScrollPaneContainer{height:570px !important;}
a.jScrollArrowLeft { background: url(../imgs/btn-barra-left.gif) no-repeat 0 0; width:22px !important;}
a.jScrollArrowLeft:hover { background-position: 0 -20px;}
a.jScrollArrowRight { background: url(../imgs/btn-barra-right.gif) no-repeat 0 0;  width:22px !important;}
a.jScrollArrowRight:hover { background-position: 0 -20px;}
a.jScrollActiveArrowButton, 
a.jScrollActiveArrowButton:hover {background-position: 0 -40px;}
.jScrollPaneTrack { background: url(../imgs/barra-rolagem.gif) !important;}
.jScrollPaneDrag {  background: none; height:12px !important; margin:2px -3px;}
.jScrollPaneDragLeft {background: url(../imgs/track-rolagem-left.gif) no-repeat; width:100%; height:12px !important; margin-left:6px;} 
.jScrollPaneDragRight{background: url(../imgs/track-rolagem-right.gif) no-repeat; width:5px; height:12px !important; _margin-right:-1px; /* hack  pro IE6*/}

