.jspContainer{
   
    position: relative;}
.scroll-pane .jspPane{ 
    position: absolute;
    width: 999px !important;}
.jspVerticalBar{ 

    position: absolute;
    top: 0;
    right: 6px;
    width: 10px;
    height: 100%;}
.jspHorizontalBar .jspCap{ 
    float: left;}
    /* 滚动条背景 */
.jspTrack{
    background: #ededed;
    position: relative;
    width: 9px;
    top: 0px; 
    left: 2px; 
    -moz-border-radius: 9px; 
    -webkit-border-radius: 9px; 
    border-radius: 9px;
    }
.jspDrag{
    background: #a3a3a3;
    width:9px;
    position: relative;
    top: 0px; 
    left: 0px; 
    cursor: pointer;
    -moz-border-radius: 9px; 
    -webkit-border-radius: 9px; 
    border-radius: 9px;
}
.jspHorizontalBar .jspTrack,.jspHorizontalBar .jspDrag{ 
    float: right; 
    height: 100%;}
.scroll-pane, .scroll-pane-arrows { 
    width: 100%; 
    height: 700px; 
    overflow: auto;}

