.scroll-pane{
    width: 264px;
    height: 435px;
    overflow: auto;
    background: #060606;
    padding:20px 0;
    border-right:1px solid #35383D;
    border-left:1px solid #35383D;
}
.jspContainer{
    overflow: hidden;
    position: relative;
}

.jspPane{
    position: absolute;
}

.jspVerticalBar{
    position: absolute;
    top: 10px;
    right: 15px;
    width: 6px;
    height: 100%;
    background: transparent;
    overflow: hidden;
}

.jspTrack{
    background: #222323;
    position: relative;
    width: 6px;
    float:right;
}

.jspDrag{
    background: #E4E4E4;
    position: relative;
    top: 0;
    left: 0;
    cursor: pointer;
    width: 5px;
    margin:0 auto;
    z-index:998;
}

.jspVerticalBar .jspArrow:focus{
    outline: none;
}