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

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	width:18px;
	background:url(../images/track.png);
}
.jScrollPaneDrag {
	position: absolute;
	background: url(../images/panel_drag_foto.png) repeat-y 0 50%;
	cursor: pointer;
	overflow: hidden;
	margin-left:1px;
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	background: url(../images/drag_top_foto.png) no-repeat;
	height:6px;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
	background: url(../images/drag_bottom_foto.png) no-repeat;
	height:6px;
}
a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	background: url(../images/arrow_up.png) no-repeat 0 0;
	height:9px;
}
a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	background: url(../images/arrow_down.png) no-repeat 0 0;
		height:9px;	
}

a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	
}
