
.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
	margin:0px 10px 0px 0px;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background: #aaa;
	width:24px;
	background: url(../images/pane_bg.gif) repeat-y 0 0;
}
.jScrollPaneDrag {
	position: absolute;
	background: #666;
	cursor: pointer;
	overflow: hidden;
	background: url(../images/scroll_mid.gif) repeat-y 0 0;

}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	background: url(../images/scroll_top.gif) no-repeat 0 0;
	height:10px;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
	background: url(../images/scroll_bottom.gif) no-repeat 0 0;
	height:10px;
}
a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	background-color: #666;
	height: 14px;
	background: url(../images/up_arrow.gif) repeat-x 0 0;
}
a.jScrollArrowUp:hover {
	background-position: 0 -14px;
}

a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	background-color: #666;
	height: 14px;
	width:24px;
	background: url(../images/down_arrow.gif) repeat-x 0px -14px;
}
a.jScrollArrowDown:hover {
	background-position: 0 0px;
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	background-color: #f00;
}






