/*
 * 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;}
.jspVerticalBar{height: 100%;position: absolute;right: 0;top: 0;width:1px;}
.jspHorizontalBar{position: absolute;bottom: 0;left: 0;width: 100%;height: 16px;}
.jspCap{display: none;}
.jspHorizontalBar .jspCap{float: left;}
.jspTrack{background:#c9c7bf;position: relative;width:1px;}
.jspDrag{background:#ce5059;cursor: pointer;position: relative;width:17px;right:16px;height:38px;margin:0 auto;}
.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag{float: left;height: 100%;}
.jspArrow{background:url("ship_up.png") no-repeat center center;text-indent: -20000px;display: block;cursor: pointer;padding: 0;margin: 0;}
.jspArrow.jspDisabled{cursor: default;background:url("ship_down.png") no-repeat center center;}
.jspVerticalBar .jspArrow{height: 18px;}
.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;}
.scroll_pane_intro{width:auto;top:16px;}



.active_con .jspTrack{height:518px;background:#343537;}
.active_con .scroll_pane_intro{height:518px;}
.active_con .jspDrag{width:14px;background:#343537;right:14px;}
