/*
 * 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;z-index: 1;}
.jspVerticalBar{position: absolute; right: 0px; height: 100%; width: 10px; overflow: hidden; z-index: 2;}
.jspVerticalBar *{margin: 0; padding: 0;}
.jspCap{display: none; width: 10px; height: 10px;}
.jspVerticalBar .jspCapBottom{}
.jspVerticalBar .jspDrag{width: 10px; padding:0;}
.jspTrack{position: relative; overflow: hidden; background: #D2CFD1;  -webkit-border-radius: 5px; border-radius: 5px;}
.jspDrag{position: relative; top: 0; left: 0; cursor: pointer; padding-bottom: 1px; background: #A0999D; -webkit-border-radius: 5px; border-radius: 5px;}
.jspArrow{text-indent: -20000px;display: block;cursor: pointer;}
.jspArrow.jspDisabled{cursor: default;}
.jspVerticalBar .jspArrow{height: 10px;}
.jspVerticalBar .jspArrow:focus{outline: none;}
.jspCorner{float: left; height: 100%;}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner{margin: 0 -3px 0 0;}