.jspContainer {
    overflow: hidden;
    position: relative;
}

.jspPane {
    position: absolute;
    width: 810px;
}

.jspVerticalBar {
    top: 0px;
    width: 8px;
    height: 100%;
    right: 0px;
    position: absolute;
    float: left;
}

    .jspVerticalBar * {
        margin: 0px;
        padding: 0px;
    }



.jspCap {
    display: none;
}

.jspHorizontalBar .jspCap {
    float: left;
}

.jspTrack {
    background: #7F7F7F;
    position: relative;
}

.jspDrag {
    background: #fcae18 url('bg-scrollbar-thumb-y.png') no-repeat scroll center center;
    left: 0px;
    top: 0px;
    position: relative;
    cursor: pointer;
}

.jspHorizontalBar .jspTrack {
    height: 100%;
    float: left;
}

.jspHorizontalBar .jspDrag {
    height: 100%;
    float: left;
}

.jspArrow {
    background: rgb(80, 80, 109);
    text-indent: -20000px;
    display: block;
    cursor: pointer;
}

.jspDisabled.jspArrow {
    background: rgb(128, 128, 141);
    cursor: default;
}

.jspVerticalBar .jspArrow {
    height: 16px;
}

.jspHorizontalBar .jspArrow {
    width: 16px;
    height: 100%;
    float: left;
}

.jspVerticalBar .jspArrow:focus {
}

.jspCorner {
    background: rgb(238, 238, 244);
    height: 100%;
    float: left;
}

* html .jspCorner {
    margin: 0px -3px 0px 0px;
}
