
.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
	background-image: url('/images/content-background.png');
	background-repeat: repeat-x;
	background-position: bottom;
	border-top: 1px solid #003366;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background-color: #D1DFEB;
	border-left: 1px solid BFCBD6;
}
.jScrollPaneDrag {
	position: absolute;
	cursor: pointer;
	overflow: hidden;
	background:url(/images/drag.png) no-repeat left top;
	height:19px;
	left: 7px;
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	background:url(/images/arrow-up.png) no-repeat center top;
	height:22px;
	background-color: #D1DFEB;
	border-left: 1px solid BFCBD6;
}
a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	background:url(/images/arrow-down.png) no-repeat center top;
	height:22px;
	background-color: #D1DFEB;
	border-left: 1px solid BFCBD6;
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	/*background-color: #f00;*/
}