
.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background: #aaa;
	width:20px !important;
	background:none;
	z-index:1000;
}
.jScrollPaneDrag {
	position: absolute;
	width:18px !important;
	background: #ddd; border:1px solid #fff;
	cursor: pointer;
	padding:0 0 10px 0 !important;
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	height:10px;
	width:20px !important;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: -10px;
	left: 0;
	/*overflow: hidden;*/
	height:10px;
	width:20px !important;
	background:url(../img/scroll-wheel-bot.gif) no-repeat 50% 100%;
}
a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	background:url(../img/arrow-top-gray.gif) no-repeat;
	height: 25px;
	width:20px !important;
}
a.jScrollArrowUp:hover {
	/*background-color: #f60;*/
}

a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	background:url(../img/arrow-bottom-gray.gif) no-repeat 50% 100%;
	height: 25px;
	width:20px !important;
}
a.jScrollArrowDown:hover {
	/*background-color: #f60;*/
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	/*background-color: #f00;*/
}