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

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 176px;
	background: white;
	border: solid black 2px;
	overflow: hidden;
}

.jScrollPaneDrag {
	position: absolute;
	background: #999494;
	cursor: pointer;
	overflow: hidden;
	border: solid white 2px;
	border-bottom: solid white 6px;
}

