.jScrollPaneContainer {
	position:relative;
	overflow: hidden;
	z-index:0 !important;
	height: 361px !important;
	width:479px; 
	left:30px;
	top:30px;
}

.jScrollPaneTrack {
	cursor: pointer;
	right:0px;
	top: 0;
	float:right;
	z-index:9999;
	background:none;
	width:15px !important; height: 132px; top: 9px; 
}
.jScrollPaneDrag {
	position:relative;
	background: #850d00;
	cursor: pointer;
	z-index:500;
	right:1px;
	overflow: hidden;
	width: 15px !important; height: 12.375px; top: 0px;
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	z-index:500;
	width: 15px;
	overflow: hidden;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index:500;
	overflow: hidden;
	width: 15px;
}
a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index:700;
	top: 0;
		width:15px !important;
	right: 1px;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}
a.jScrollArrowUp:hover {
	/*background-color: #f60;*/
}

a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right:1px;
	width:15px !important;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}
a.jScrollArrowDown:hover {
	/*background-color: #f60;*/
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	/*background-color: #f00;*/
}