/*-----------------------------------
 jScrollPane
-----------------------------------*/
.jspContainer {
    width: 100% !important; /* for RWD */
    overflow: hidden;
    position: relative;
}
.jspPane {
    position: absolute;
    padding: 0 !important;
    width: 100% !important; /* for RWD */
}
.jspVerticalBar {
    position: absolute;
    top: 0;
    right: 0;
    width: 6px;
    height: 100%;
}
.jspHorizontalBar {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 10px;
}
.jspTrack {
    background: #EEE;
    position: relative;
}
.jspDrag {
    background: #CCC;
    position: relative;
    top: 0;
    left: 0;
    cursor: pointer;
}
.jspHorizontalBar .jspTrack, .jspHorizontalBar .jspDrag {
    float: left;
    height: 100%;
}