.jspContainer {
	overflow: hidden; position: relative;
}
.jspPane {
	position: absolute;
}
.jspVerticalBar {
	top: 10px; width: 16px; right: 10px; bottom: 10px; position: absolute;
}
.jspHorizontalBar {
	left: 0px; width: 100%; height: 16px; bottom: 0px; position: absolute;
}
.jspVerticalBar * {
	margin: 0px; padding: 0px;
}
.jspHorizontalBar * {
	margin: 0px; padding: 0px;
}
.jspCap {
	display: none;
}
.jspHorizontalBar .jspCap {
	float: left;
}
.jspTrack {
	border-radius: 8px; position: relative; background-color: rgba(255, 255, 255, 0.2);
}
.jspDrag {
	background: rgb(187, 187, 187); margin: 1px; border-radius: 8px; left: 0px; top: 0px; position: relative; cursor: pointer;
}
.jspHorizontalBar .jspTrack {
	height: 100%; float: left;
}
.jspHorizontalBar .jspDrag {
	height: 100%; float: left;
}
.jspArrow {
	background: rgb(80, 80, 109); text-indent: -20000px; display: block; cursor: pointer;
}
.jspArrow.jspDisabled {
	background: rgb(128, 128, 141); cursor: default;
}
.jspVerticalBar .jspArrow {
	height: 16px;
}
.jspHorizontalBar .jspArrow {
	width: 16px; height: 100%; float: left;
}
.jspVerticalBar .jspArrow:focus {
	
}
.jspCorner {
	background: rgb(238, 238, 244); height: 100%; float: left;
}
.overlay {
	background: black; left: 0px; top: 0px; width: 100%; position: absolute; z-index: 16; opacity: 0;
}
