/*
 * 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:0px;top:0;width:10px;padding:0px 0px 0px 0px;margin:0px;display:none;}
.jspHorizontalBar{display:none;margin:0; padding:0;}
.jspVerticalBar, .jspHorizontalBar{margin:0; padding:0;}
.jspHorizontalBar .jspCap {float:left;display:none;}
.jspTrack {background:transparent;position:relative;z-index:1;padding:0px;margin:0px;background-color:#eeeeee;}
.jspDrag{background:transparent;cursor:pointer;left:0;position:relative;top:0px;background:#d3d3d3;width:10px;margin:0px 0px 0px 0px;padding: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:#0e76bc;}
#linksScroll .jspTrack .jspActive, #linksScroll .jspTrack .jspHover, #linksScroll .jspDrag:hover {background:#fcbd14;}
#connectScroll .jspTrack .jspActive, #connectScroll .jspTrack .jspHover, #connectScroll .jspDrag:hover {background:#48b22f;}
.jspCapTop{background-position:0px 0px;width:8px;height:7px;display:none;}
.jspCapBottom{background-position:0px 0px;width:8px;height:7px;display:none;}
