
.grena .jScrollHorizontalPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.grena .jScrollHorizontalPaneTrack {
	position: absolute;
	cursor: e-resize;
	left: 0;
	bottom: 0;
	width: 100%;
	background: #a33f80;
}

.grena .jScrollHorizontalIntervalTrack { 
	position: absolute;
}

.grena .jScrollHorizontalPaneDrag {
	position: absolute;
	background: #923873;
	cursor: pointer;
	overflow: hidden;
}
.grena .jScrollHorizontalPaneDragLeft {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
.grena .jScrollHorizontalPaneDragRight {
	position: absolute;
	bottom: 0;
	right: 0;
	overflow: hidden;
}
.grena a.jScrollHorizontalArrowLeft {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
	text-indent: -2000px !important;
	overflow: hidden;
	text-decoration: none;
	border-style: none;
	width: 15px;
	height: 15px;
	background: url(http://images.ulala.ro/js/jquery.scrollpane/images/arrow-left-grena.gif) no-repeat 0 0;
}
.grena a.jScrollHorizontalArrowLeft:hover {
	/*background-color: #f60;*/
	text-decoration: none;
	border-style: none;
}

.grena a.jScrollHorizontalArrowRight {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px !important;
	overflow: hidden;
	text-decoration: none;
	border-style: none;
	height: 15px;
	width: 15px;
	background: url(http://images.ulala.ro/js/jquery.scrollpane/images/arrow-right-grena.gif) no-repeat 0 0;
}
.grena a.jScrollHorizontalArrowRight:hover {
	/*background-color: #f60;*/
	text-decoration: none;
	border-style: none;
}
.grena a.jScrollHorizontalActiveArrowButton, a.jScrollHorizontalActiveArrowButton:hover {
	/*background-color: #f00;*/
	text-decoration: none;
	border-style: none;
}