.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{

    position: relative;
    width: 15px;
    right: 0;
    }
.jspDrag{
    background: #a3a3a3;
    width: 15px;
    position: relative;
    top: 0; 
    left: 0; 
    cursor: pointer;
    -moz-border-radius: 10px; 
    -webkit-border-radius: 10px; 
    border-radius: 10px;}
.jspHorizontalBar .jspTrack,.jspHorizontalBar .jspDrag{ 
    float: right; 
    height: 100%;}
.scroll-pane, .scroll-pane-arrows { 
    width: 100%; 
    height: 703px; 
    overflow: auto;}

