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

.jScrollPaneTrack {
	position: absolute;
    cursor:pointer;
	right: 0;
	top: 0;
	height: 100%;
	background:#e3e3e3;
	margin-left:80px;
	
}
.jScrollPaneDrag {
	position: absolute;
	background:url(../images/scroller.jpg);
	cursor: pointer;
	overflow: hidden;
	height:5%;
	width:5%;
		
}

