
.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
	margin-top:39px;	
	width:199px;
	height:470px;
}

.jScrollPaneTrack {
	position: absolute;
	width:12px;
	background:#000000;
	cursor: pointer;
	right: 0;
	height: 100%;
	padding-bottom: 1px;
	border:solid 0px #494b4a;
	margin-right:11px;
}
.jScrollPaneDrag {
	margin-right:10px;
	position: absolute;
	cursor: pointer;
	overflow: hidden;
	background:url(images/drag.gif) no-repeat 2px 0px;
	height: 151px !important;
	border-top:solid 1px #000;
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
a.jScrollArrowUp {
	margin-right:10px;
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	background:url(images/but_ar2.gif) no-repeat center top;
	height: 15px;
}
a.jScrollArrowDown {
	margin-right:10px;
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	background:url(images/but_ar.gif) no-repeat center top;
	height:15px;
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	/*background-color: #f00;*/
}
