.jScrollPaneContainer {
	position: relative;
	z-index: 1;
}
.jScrollPaneContent {
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	bottom: 0;
	width: 100%;
	background: #aaa;
	z-index: 1;
}
.jScrollIntervalTrack { 
	position: absolute;
}
.jScrollPaneDrag {
	position: absolute;
	background: #666;
	cursor: pointer;
	overflow: hidden;
}
.jScrollPaneDragLeft {
	position: absolute;
	bottom: 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;*/
}

/* GALERINA STYLES */
a.jScrollArrowLeft {
	height: 15px !important;
	background: url(img/arrow_l.gif) no-repeat 0 0;
}
a.jScrollArrowRight {
	height: 15px !important;
	background: url(img/arrow_r.gif) no-repeat 0 0;
}
.jScrollPaneTrack {
	background: url(img/track.gif) repeat-x 0 0;
	margin-bottom: 3px;
}
.jScrollPaneDrag {
	background: url(img/scroll.gif) repeat-x 0 0;
}
.jScrollPaneDragLeft {
	width: 5px;
	background: url(img/scroll_l.gif) repeat-x 0 0;
}
.jScrollPaneDragRight {
	width: 5px;
	background: url(img/scroll_r.gif) repeat-x 0 0;
}