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

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background: url('../../images/bg_track3.gif') repeat-y 5px 0;
}
.jScrollPaneDrag {
	position: absolute;
	cursor: pointer;
	overflow: hidden;
	top: 0px; right: 0px; width: 3px; height: 2px;
	background: url('../../images/bg_wheel3.gif') no-repeat 3px 0;
}

