﻿.jspContainer{overflow: hidden;position: relative;}
.jspPane{position: absolute;}
.jspVerticalBar{position: absolute;top: 0;right: 0;width: 8px;height: 100%;}
.jspHorizontalBar{position: absolute;bottom: 0;left: 0;width: 100%;height: 100px;background: red;}
.jspVerticalBar *,
.jspHorizontalBar *{margin: 0;padding: 0;}
.jspCap{display: none;}
.jspHorizontalBar .jspCap{float: left;}
.jspTrack{
	position: relative;
	background:url(../images/drag_bg.png) repeat-y top center;
}
.jspDrag{position: relative;top: 0;left: 0;background-color:#cc0000;/*cursor: pointer;*/}
.jspDragTop{position:absolute;left:0;overflow:hidden;}
.jspDrag:hover{opacity:0.8;}
.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag{float: left;height: 100%;}
.jspArrow{text-indent: -20000px;display: block;cursor: pointer;}
.jspArrowUp{background:url(../images/arrow_up.png) no-repeat center center;background-size:0.39rem 0.43rem;}
.jspArrowDown{background:url(../images/arrow_down.png) no-repeat center center;background-size:0.39rem 0.43rem;}
.jspArrow.jspDisabled{cursor: default;}
.jspVerticalBar .jspArrow{height: 40px;}
.jspHorizontalBar .jspArrow{width: 8px;float: left;height: 100%;}
.jspVerticalBar .jspArrow:focus{outline: none;}
.jspCorner{background: #eeeef4;float: left;height: 100%;}
/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner{margin: 0 -3px 0 0;}