.holder {
	margin: 0;
	display: block;
	/* TEMP */
	margin-bottom: 20px;
	padding-left:20px;
	margin-top:6px;
}
.scroll-pane {
	float: left;
	padding: 0;
}
#pane1 {
	height: 108px;
	width: 390px;
	padding: 0;
	display: block;
	_overflow: hidden;
}

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

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	left: 0;
	bottom: 0;
	width: 100%;
	background: #B5C1D1;
}

.jScrollIntervalTrack { 
	position: absolute;

}

.jScrollPaneDrag {
	position: absolute;
	background: #C7D3DE;
	cursor: pointer;
	width:80px;
	overflow: hidden;
}
.jScrollPaneDragLeft {
	position: absolute;
	bottom: 0;
	left: 10;
	overflow: hidden;
}
.jScrollPaneDragRight {
	position: absolute;
	bottom: 0;
	right: 10;
	overflow: hidden;
}
a.jScrollArrowLeft {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
	text-indent: -2000px !important;
	overflow: hidden;
	height: 14px;
	width: 16px;
	background-image:url(images/slider/seta.gif);
	background-position:left top;
	background-repeat:no-repeat;
}

a.jScrollArrowRight {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px !important;
	height: 14px;
	width: 16px;	
	background-image:url(images/slider/seta.gif);
	background-position:right top;
	_background-position:right 2px;
	background-repeat:no-repeat;	
}

