.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background: #781c2c;
	border: 1px solid #781c2c;
}
.jScrollPaneDrag {
	position: absolute;
	background: url(../images/backgrounds/scroll.gif) center center no-repeat #510a19;
	cursor: pointer;
	overflow: hidden;
	border-left: 1px solid #681728;
	border-top: 1px solid #681728;
	border-bottom: 1px solid #39020d;
	border-right: 1px solid #39020d;
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	border-left: 1px solid #681728;
	border-top: 1px solid #681728;
	border-bottom: 1px solid #39020d;
	border-right: 1px solid #39020d;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
	border-bottom: 1px solid #39020d;
	border-right: 1px solid #39020d;
}
a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	background: url(../images/backgrounds/arrow_up.gif) no-repeat center center #510a19;
	height: 9px;
		border-left: 1px solid #681728;
	border-top: 1px solid #681728;
	border-bottom: 1px solid #39020d;
	border-right: 1px solid #39020d;
}
a.jScrollArrowUp:hover {
	background-color: #510a19;
}

a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	background: url(../images/backgrounds/arrow_do.gif) no-repeat center center #510a19;
	height: 9px;
	border-left: 1px solid #681728;
	border-top: 1px solid #681728;
	border-bottom: 1px solid #39020d;
	border-right: 1px solid #39020d;
}
a.jScrollArrowDown:hover {
	background-color: #510a19;
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	background-color: #510a19;
}
