
.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background: #999999;
}
.jScrollPaneDrag {
	position: absolute;
	background: #cccccc;
	cursor: pointer;
	overflow: hidden;
}


#pane {
	width:630px;
	height:380px;
	overflow: hidden;
	position: relative;
	background-color: #FFFFFF;
	left: 16px;
	top: 0px;
	margin-right:10px;
}