.jspContainer {
	width: 100% !important; overflow: hidden; position: relative;
}
.jspPane {
	width: 100% !important; position: absolute;
}
.jspVerticalBar {
	top: 0px; width: 8px; height: 100%; right: 0px; position: absolute; z-index: 100;
}
.jspHorizontalBar {
	background: 0px 0px red; 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: 5px; position: relative; box-shadow: inset 0px 0px 1px 0px rgba(0,0,0,0.15), 0px 1px 0px 0px white; background-color: rgb(229, 229, 229);
}
.jspDrag {
	border-radius: 4px; border: 1px solid rgb(166, 166, 166); left: 0px; top: 0px; position: relative; cursor: pointer; box-shadow: 0px 2px 1px 0px rgba(0,0,0,0.05); background-color: rgb(233, 233, 233);
}
.jspHorizontalBar .jspTrack {
	height: 100%; float: left;
}
.jspHorizontalBar .jspDrag {
	height: 100%; float: left;
}
.jspArrow {
	text-indent: -20000px; display: block; cursor: pointer;
}
.jspDisabled.jspArrow {
	cursor: default;
}
.jspVerticalBar .jspArrow {
	width: 0px; height: 10px; display: block; position: relative;
}
.jspVerticalBar .jspArrowDown.jspArrow {
	top: 4px; border-top-color: rgb(204, 204, 204); border-right-color: transparent; border-left-color: transparent; border-top-width: 4px; border-right-width: 4px; border-left-width: 4px; border-top-style: solid; border-right-style: solid; border-left-style: solid;
}
.jspVerticalBar .jspArrowUp.jspArrow {
	top: -4px; border-right-color: transparent; border-bottom-color: rgb(204, 204, 204); border-left-color: transparent; border-right-width: 4px; border-bottom-width: 4px; border-left-width: 4px; border-right-style: solid; border-bottom-style: solid; border-left-style: solid;
}
.jspVerticalBar .jspArrow:focus {
	
}
.jspCorner {
	background: 0px 0px rgb(238, 238, 244); height: 100%; float: left;
}
* html .jspCorner {
	margin: 0px -3px 0px 0px;
}
