/*
 * 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{position: absolute;top: 0;right: 0;width: 8px;height: 100%;background: transparent;border:1px #ebebeb;border-style:none solid;width:13px;}
.jspHorizontalBar{position: absolute;bottom: 0;left: 0;width: 100%;height: px;background: transparent;}
.jspVerticalBar *,.jspHorizontalBar *{margin: 0;padding: 0;}

.jspCap{display: none;}
.jspHorizontalBar .jspCap{float: left;}

/*设置滑块样式*/
.jspTrack{position: relative;}

.jspDrag{background:url(../images/system/grun_c.jpg) center center #eaeaea no-repeat; width:7px; margin:auto; position:relative; top:0; left:0;cursor:pointer; border:1px solid #dfdfdf;}

.jspDragTop,.jspDragBottom {}
.jspDragTop {top:0px;}
.jspDragBottom{bottom:0px;}


.jspHorizontalBar .jspTrack,.jspHorizontalBar .jspDrag{float: left;height: 100%;}

/*滚动按钮*/
.jspArrow{/*background: url(../images/grun_c.jpg) 0px 0px;*/display: block;cursor: pointer;}
.jspArrow.jspDisabled{ cursor: default;} /*滑块到达顶部或底部时的样式*/

.jspVerticalBar .jspArrow{ height:9px;line-height:9px; overflow:hidden;}
.jspHorizontalBar .jspArrow{width: 8px;float: left;height: 100%;}
/*.jspVerticalBar .jspArrow:focus{outline: none;}*/

.jspArrowUp{background:url(../images/system/grun_t.jpg) no-repeat top center;border:1px #D5D5D5;border-style:solid none none none;}
.jspArrowDown { height:10px; background:url(../images/system/grun_b.jpg) center 0 no-repeat; border:1px #D5D5D5;border-style:none none solid none;}


.jspCorner{background: #eeeef4;float: left;height: 100%;}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner{margin: 0 -3px 0 0;}
