/*
 * 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.
 */

.jspTrack, .jspDrag { position: relative; }

.jspContainer                   { overflow: hidden; position: relative; }
.jspPane                        { position: absolute; }
.jspVerticalBar                 { position: absolute; top: 0; right: 0; width: 9px; height: 100%; }
.jspHorizontalBar               { position: absolute; bottom: 0; left: 0; width: 100%; height: 9px; }
.jspVerticalBar *, .jspHorizontalBar * { margin: 0; padding: 0; }
.jspCap                         { display: none; }
.jspHorizontalBar .jspCap       { float: left; width: 9px; height: 100%; }
.jspHorizontalBar .jspCap       { float: left; }

.jspDrag                        {  cursor: pointer; }
.jspHorizontalBar .jspDrag      {  top: 0; left: 0; }
.jspHorizontalBar .jspTrack, .jspHorizontalBar .jspDrag { float: left; height: 100%; }

.jspArrow                       { text-indent: -20000px; display: block; cursor: pointer; }
.jspArrow.jspDisabled           { cursor: default; }

.jspVerticalBar .jspArrow       { height: 6px; width: 9px; }
.jspHorizontalBar .jspArrow     { height: 9px; width: 6px; float: left; }
.jspVerticalBar .jspArrow:focus { outline: none; }
.jspVerticalBar .jspDrag        { top: 0; left: 0; cursor: pointer; }
.jspCorner                      { float: left; height: 100%; }

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner { margin: 0 -3px 0 0; }




/*=============================================== CUSTOM ===============================================*/

.jspVerticalBar .jspTrack { background:url(../img/VERTline.gif) repeat-y; }
.jspVerticalBar .jspDrag { background:url(../img/VERTdrag.gif) no-repeat; }
.jspVerticalBar .jspArrowUp { background-image:url(../img/VERTtop.gif); }
.jspVerticalBar .jspArrowDown { background-image:url(../img/VERTbtm.gif); }

.jspHorizontalBar .jspTrack { background:url(../img/HORline.gif) repeat-x; }
.jspHorizontalBar .jspDrag { background:url(../img/HORdrag.gif) no-repeat; }
.jspHorizontalBar .jspArrowLeft { background-image:url(../img/HORleft.gif); }
.jspHorizontalBar .jspArrowRight { background-image:url(../img/HORright.gif); }

.jspDisabledLeft { /*background-image:url('../img/arr-left.png');*/ background-repeat:no-repeat; }
.jspDisabledRight { /*background-image:url('../img/arr-right.png');*/ background-repeat:no-repeat; }