
.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
/*	z-index: 1;*/
	outline:0;
	left: 20px;
	top: 20px;
}


.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	width:10px;
	height: 100%;
    background: none repeat scroll 0 0 #242625;
}
.jScrollPaneDrag {
	position: absolute;
	cursor: pointer;
	overflow: hidden;
	background: transparent url(/images/jScrollPaneDrag.png) no-repeat scroll 2px 0;
	width:10px;
	height:161px;
}
.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;
	height: 7px;
	width:10px;
	background: transparent url(/images/jScrollArrowUp.png) no-repeat scroll 0 0;
}

a.jScrollArrowDown {
	display: block;
	position: absolute;
/*	z-index: 1;*/
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	height: 7px;
	width:10px;
	background: transparent url(/images/jScrollArrowDown.png) no-repeat scroll 0 0;
}