/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */

.jspContainer{ overflow: hidden; position: relative;}
.jspPane{ position: absolute;}
.jspVerticalBar { position: absolute; top: 0px; right: 0px; width: 5px; height: 100%;}
.jspHorizontalBar{ position: absolute; bottom: 0; left: 20px; width: 100%; height: 16px;}
.jspVerticalBar *, .jspHorizontalBar *{	margin: 0; padding: 0;}
.jspCap{ display: none;}
.jspHorizontalBar .jspCap{ float: left;}
.jspDragTop{ background:url(../images/top1.png) no-repeat; height:6px; width:6px; position:absolute; top:0px;}
.jspDragBottom{background:url(../images/bottom1.png) no-repeat; height:6px; width:6px; position:absolute; bottom:0px;}
.jspTrack { background: #A7A9AB; position: relative; width: 5px; border-radius: 3px; opacity: 0;}
.jspDrag { background: #fff; border-radius: 3px; cursor: pointer; left: 0; margin-left: 0; position: relative; top: 0; width: 5px;}
.jspHorizontalBar .jspTrack, .jspHorizontalBar .jspDrag { float: left; height: 100%;}
.jspArrow{ text-indent: -20000px; display: block; cursor: pointer;}
.jspArrow.jspDisabled{ cursor: default;}
.jspVerticalBar .jspArrow { /*height: 10px;*/}
.jspHorizontalBar .jspArrow { width: 16px; float: left;	height: 100%;}
.jspVerticalBar .jspArrow:focus { outline: none;}
.jspCorner { background: #eeeef4; float: left; height: 100%;}
/* Yuk! CSS Hack for IE6 3 pixel bug :( - Thanks mr.Toàn */
* html .jspCorner{ margin: 0 -3px 0 0;}