/*
 * 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;background-color:transparent;}
.jspPane {position:absolute;background-color:transparent;}
.jspVerticalBar {background-color:transparent;height:100%;position:absolute;right:5px;top:0px;width:12px;padding:0px 0px 0px 0px;}
.jspHorizontalBar{display:none;}
.jspVerticalBar *, .jspHorizontalBar * {margin:0; padding:0;}
.jspHorizontalBar .jspCap {float:left;display:none;}
.jspTrack {background:transparent;position:relative;background-color:#ccc;border-radius:8px; -moz-border-radius:8px; -webkit-border-radius:8px;
z-index:1;padding:0px;margin:0px;}
.jspDrag{background:transparent;cursor:pointer;left:0;position:relative;top:0px;background-color:#666;border-radius:8px; -moz-border-radius:8px; -webkit-border-radius:8px;
width:12px;margin:0px 0px 0px 0px;}
.jspHorizontalBar .jspTrack, .jspHorizontalBar .jspDrag {display:none;}
.jspArrow{display:none;}
.jspCorner {background:transparent; float:left; height:100%;}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner {margin:0 -3px 0 0;}
.jspTrack .jspActive, .jspTrack .jspHover, .jspDrag:hover {background-color:#e11935;}
.jspCapTop{background-position:0px 0px;width:12px;height:1px;display:none;}
.jspCapBottom{background-position:0px 0px;width:12px;height:1px;display:none;}