/*
 * 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: 10px;
}
.jspHorizontalBar {
    bottom: 0;
    height: 10px;
    left: 0;
    position: absolute;
    width: 100%;
}
.jspTrack {
    background: none repeat scroll 0 0 #ccc;
    position: relative;
}
.jspDrag {
    background: none repeat scroll 0 0 #43a7ac;
    cursor: pointer;
    left: 0;
    position: relative;
    top: 0;
}
.jspHorizontalBar .jspTrack, .jspHorizontalBar .jspDrag {
    float: left;
    height: 100%;
}
