

.tol_designed_scroll
.jspVerticalBar {
    position: absolute;
    top: 0;
    right: 0;
    width: 28px;
    height: 100%;
    background: red;
}

.tol_designed_scroll
.jspTrack {
    background: #fff3cd;
    background: #c6c6c6;
    position: relative;
		border-right: white solid 5px;
		border-left: white solid 5px;
}
.tol_designed_scroll
.jspDrag {
    background: #70b1db;
    position: relative;
    top: 0;
    left: 0;
    cursor: pointer;
}

