
.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
	float:left;
}
.jScrollPaneTrack {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	background: #000;
	width: 0px !important;
}
.jScrollPaneDrag {
	position: absolute;
	background: #CCC;
	overflow: hidden;
	width: 0px !important;
}
.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;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	height: 7px;
	width:11px;
	background:url(../images/arrow-up.gif) no-repeat;
}
a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 380px !important;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	height: 7px;
	width:11px;
	background:url(../images/arrow-down.gif) no-repeat;
}
