 

.concert_selector_panestyle {
	float:left;
	margin-bottom:1em;
}

.concert_selector_panestyle .jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;	
	
}

.concert_selector_panestyle .jScrollPaneTrack {
	position: relative;
	cursor: pointer;
	left: 0;
	bottom: 0;
	width: 100%;
	background: #eee;
}

.concert_selector_panestyle .jScrollIntervalTrack { 
	position: absolute;

}

.concert_selector_panestyle .jScrollPaneDrag {
	position: absolute;
	background: #e2007a;
	cursor: pointer;
	overflow: hidden;
}
.concert_selector_panestyle .jScrollPaneDragLeft {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
.concert_selector_panestyle .jScrollPaneDragRight {
	position: absolute;
	bottom: 0;
	right: 0;
	overflow: hidden;
}
.concert_selector_panestyle a.jScrollArrowLeft {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0; 
	text-indent: -2000px !important;
	overflow: hidden;
	background:transparent url(pgnm_rem_arrowbutton_left_1.gif) top left no-repeat; 
	height: 20px;
	width: 20px;
}
.concert_selector_panestyle a.jScrollArrowLeft:hover {
	/*background-color: #f60;*/
}

.concert_selector_panestyle a.jScrollArrowRight {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px !important;
	overflow: hidden;
	background:transparent url(pgnm_rem_arrowbutton_right_1.gif) top left no-repeat; 
	height: 20px;
	width: 20px;
}
.concert_selector_panestyle a.jScrollArrowRight:hover {
	/*background-color: #f60;*/
}
.concert_selector_panestyle a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	/*background-color: #f00;*/
}