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

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	left: 0;
	bottom: 16px; /* makes room for the ticks */
	width: 100%;
	background: #EBEEF5;
	/* DEV */
	border-top:4px solid #FFF;
	border-bottom:4px solid #FFF;
}

.jScrollIntervalTrack { 
	position: absolute;
	/* DEV */
	top:10px;
	left:0;
	color:#e5e3d1;
	height:6px;
	width:4px;
	overflow:hidden;
}

.jScrollPaneDrag {
	position: absolute;
	background: #003366;
	cursor: pointer;
	overflow: hidden;
	/* DEV */
	padding:2px 0 2px 0;
	margin:-2px 0 4px 0;
    /* -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px; */
}
.jScrollPaneDragLeft {
	position: absolute;
	bottom: 0;
	left: 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;*/
}
