
.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background: url(../images/scollbar_slider.png) top center repeat-y;
}
.jScrollPaneDrag {
	position: absolute;
	background: url(../images/btn_scrollbar_tile.png) top center repeat-y;
	cursor: pointer;
	z-index: 2;
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	background: url(../images/btn_scrollbar_top.png) top center no-repeat;
	z-index: 3;
	height:15px;
	margin:-5px 0 0 0;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
	background: url(../images/btn_scrollbar_bottom.png) bottom center no-repeat;
	z-index: 3;
	height:15px;
	margin:0 0 -5px 0;
}
a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	background: url(../images/btn_arrow_top.png) top center no-repeat;
	height: 25px;
}
a.jScrollArrowUp:hover {
	background: url(../images/btn_arrow_top_over.png) top center no-repeat;
}

a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	background: url(../images/btn_arrow_bottom.png) bottom center no-repeat;
	height: 25px;
}
a.jScrollArrowDown:hover {
	background: url(../images/btn_arrow_bottom_over.png) bottom center no-repeat;
}
