.jspContainer { overflow: hidden; position: relative; }
.jspPane { position: absolute; }
.jspVerticalBar { position: absolute; top: 0; right: 0; width: 16px; height: 100%; background: #dddddd; }
.jspHorizontalBar { position: absolute; right: 0; height: 40px;}
.jspCap { display: none; }
.jspHorizontalBar .jspCap { float: left; }
.jspTrack { background: #dde; position: relative; display:none;}
.jspDrag { background: #bbd; position: relative; top: 0; left: 0; cursor: pointer; }
.jspHorizontalBar .jspTrack, .jspHorizontalBar .jspDrag { float: left; height: 100%; }
.jspArrow {text-indent: -20000px; display: block; cursor: pointer; padding: 0; margin: 0; background: #0094cc; border-left: solid 1px #35aedb;}
.jspArrow.jspDisabled { cursor: default; background-color: #6b787d!important;}
.jspVerticalBar .jspArrow { height: 40px; }
.jspHorizontalBar .jspArrow { width: 25px; float: left; height: 100%; padding: 0;}
.jspHorizontalBar .jspArrow.jspArrowRight{background:#0094cc url(../images/next.png) center center no-repeat;}
.jspHorizontalBar .jspArrow.jspArrowLeft{background:#0094cc url(../images/previous.png) center center no-repeat;}
.jspHorizontalBar .jspArrow:hover{background-color: #0785b4;}
.jspVerticalBar .jspArrow:focus { outline: none; }
.jspCorner { background: #eeeef4; float: left; height: 100%; display:none!important;}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner { margin: 0 -3px 0 0; }