.jScrollPaneContainer {
	position: absolute;
	overflow: hidden;
	z-index: 1;
	left: 421px;
}
.jScrollPaneContainer #text {
	left: 0;
	top: 0;
}
.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0px;
	top: 0px;
	height: 263px;
	background: url(../img/ot/scroll_bg.png) 2px 0px no-repeat;
	overflow: visible;
}
.jScrollPaneDrag {
	position: absolute;
	cursor: pointer;
	height: 23px;
	width: 23px;
	background: url(../img/ot/scroll.png) center center no-repeat;
}