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

.jScrollPaneTrack {
	position: absolute;
	z-index: 520;
	cursor: pointer;
	right: 0px;
	top: 0px;
	height: 251px;
	width: 17px;
	background: url(/images/drag-bg.gif) top repeat-y;
}
.jScrollPaneDrag {
	position: absolute;
	z-index: 530;
	cursor: pointer;
	overflow: hidden;
	background: url(/images/drag.gif) center top no-repeat;
	width: 15px;
	height: 50px
}
.jScrollPaneDragTop {
	position: absolute;
	z-index: 540;
	top: 0px;
	left: 0px;
	overflow: hidden;
}
.jScrollPaneDragBottom {
	position: absolute;
	z-index: 540;
	bottom: 0px;
	left: 0px;
	overflow: hidden;
}
a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 550;
	top: 0px;
	right: 0px;
	text-indent: -2000px;
	overflow: hidden;
	background: url(/images/but1.gif) center top no-repeat;
	width: 17px;
	height: 17px;
}
a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 550;
	bottom: 0px;
	right: 0px;
	text-indent: -2000px;
	overflow: hidden;
	background: url(/images/but2.gif) center top no-repeat;
	width: 17px;
	height: 17px;
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	/*background-color: #f00;*/
}

.scroll-wrap {width: 630px; height: 251px; position: relative; margin-left: 15px; z-index: 500;}
.scroll-pane {width: 630px; height: 251px; position: relative; overflow: auto; z-index: 500;}