
.jScrollPaneContainer {
	height:444px;
	position: relative;
	overflow: hidden;
	z-index: 1;
	padding:0px;
}

.jScrollPaneTrack {
	height: 100%;
	width:11px;
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;	
	background:#f0f0f0;
}
.jScrollPaneDrag {
	width:11px;
	position: absolute;
	cursor: pointer;
	overflow: hidden;
	background:url(../images/scroll.gif) center center no-repeat #1c0609;
	height:50px;
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
.jScrollArrowUp,
.jScrollArrowDown{
height:30px;
background:green;
display:none;

}

