/*
 * 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; border: none; }
.jspPane { position: absolute; border: none; }
.jspVerticalBar { position: absolute; top: 0; right: 0; width: 10px; height: 100%; background: #000; }
.jspHorizontalBar { position: absolute; bottom: 0; left: 0; width: 100%; height: 0; background: #000; }
.jspVerticalBar *, .jspHorizontalBar * { margin: 0; padding: 0; }
.jspCap { width: 10px; height: 10px; display: none; }
.jspCapBottom { background-position: -2px center; border: 1px solid #000; background-image: url('../images/scrolldown.png'); background-repeat: no-repeat; }
.jspCapTop { background-position: -2px center; border: 1px solid #000; background-image: url('../images/scrollup.png'); background-repeat: no-repeat; }
.jspHorizontalBar .jspCap { float: left; }
.jspTrack { background: #000; position: relative; } /* border-right: 1px solid #FFF; border-left: 1px solid #FFF; */
.jspDrag { background: #fff; position: relative; top: 0; left: 0; cursor: pointer; }
.jspHorizontalBar .jspTrack, .jspHorizontalBar .jspDrag { float: left; height: 100%; }
.jspArrow { display: block; width: 10px; height: 10px; cursor: pointer; }
.jspArrowUp { background-position: -2px center; border: 1px solid #000; background-image: url('../images/scrollup.png')!important; background-repeat: no-repeat; }
.jspArrowDown { background-position: -2px center; border: 1px solid #000; background-image: url('../images/scrolldown.png')!important; background-repeat: no-repeat; }
.jspArrow.jspDisabled { cursor: default; }
.jspVerticalBar .jspArrow { display: block; width: 10px; height: 10px; cursor: pointer; }
.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 :( */
* html .jspCorner { margin: 0 -3px 0 0; }