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

.jScrollPaneContainer .center-table-results { position:relative; top:25px }

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	left: 0;
	bottom: 25px;
	width: 100%;
	background: url(/bitrix/templates/aquaworld/img/scroll-hor-pane.png) no-repeat 0 0;
}
.jScrollPaneTrack .jScrollPaneTrackEnder {
	width: 5px;
	position: absolute; right: 0; top: 0;
	height: 19px;
	background: url(/bitrix/templates/aquaworld/img/scroll-hor-pane.png) no-repeat 100% 0;
	z-index: 1;
}

.jScrollIntervalTrack { 
	position: absolute;
	display: none;
}

.jScrollPaneDrag {
	position: absolute;
	cursor: pointer;
	overflow: hidden;
	z-index: 5;
}
.jScrollPaneDragLeft {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
	width: 4px;
	background: url(/bitrix/templates/aquaworld/img/scroll-hor-slider.png) no-repeat 0 0;
}
.jScrollPaneDragRight {
	position: absolute;
	bottom: 0;
	right: 0;
	overflow: hidden;
	width: 4px;
	background: url(/bitrix/templates/aquaworld/img/scroll-hor-slider.png) no-repeat 100% 0;
}
.jScrollPaneDragInner {
	margin: 0 4px;
	background: url(/bitrix/templates/aquaworld/img/scroll-hor-slider.png) no-repeat 50% 0;
}

a.jScrollArrowLeft {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 26px;
	left: 0;
	text-indent: -2000px !important;
	overflow: hidden;
	/*background-color: #666;*/
	height: 18px;
	width: 17px;
	background:transparent url(/bitrix/templates/aquaworld/img/scroll-hor-left.png) scroll no-repeat left top;
}
a.jScrollArrowLeft:hover {
	/*background-color: #f60;*/
}

a.jScrollArrowRight {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 26px;
	right: 0;
	text-indent: -2000px !important;
	overflow: hidden;
	/*background-color: #666;*/
	height: 18px;
	width: 17px;
	background:transparent url(/bitrix/templates/aquaworld/img/scroll-hor-right.png) scroll no-repeat left top;
}
a.jScrollArrowRight:hover {
	/*background-color: #f60;*/
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	/*background-color: #f00;*/
}