.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.jScrollPaneTrack {	
position: absolute;	
cursor: pointer; 	
top: 0;
left:5px;
background: url(../images/linhaGaleria2.gif) top center repeat-x;
margin-top:165px;
margin-left:5px;
margin-right:5px;
}

.jScrollPaneDrag {	
position: absolute;	
background:url(../images/botLinhaGaleria.gif) top left no-repeat;
cursor: pointer;
height:12px;
padding:0px;
margin-top:-5px;
margin-left:5px;
}

.holder {
float: left;
}

.scroll-pane {
width: 800px;
overflow: hidden;
float: left;
}

#pane1 {
height: 100px;	
background:;
}

a.jScrollArrowRight {	
    display: block;
	position: absolute;
	z-index: 1;
	margin-top:160px;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	height: 16px;
	width:19px;
	background: url(../images/setaLinha2.gif) no-repeat;
}

a.jScrollArrowLeft {	
    display: block;
	position: absolute;
	z-index: 1;
	margin-top:160px;
	left: 0;
	text-indent: -2000px;
	overflow: hidden;
	height: 15px;
	width:19px;
	background: url(../images/setaLinha.gif) no-repeat;
}
