
/* ---------- basic theme: these are the most necessary styles --------------------------------- */

.scrollbar-pane {
    margin-right: 14px;
    /*border: 1px solid red;*/
}

.scrollbar-handle-container {
    width: 13px;
    background: url('../img/slider-back.png') top center repeat-y;
    /*border: 1px solid green;*/
}

.scrollbar-handle {
    width: 13px;
    text-align: center;
    /*background: url('../img/slider-body.png') top center repeat-y;*/
    /*border: 1px solid blue;*/
}

/*.scrollbar-handle:hover {
    background: #666;
}*/

/*.scrollbar-handle.move {
    background: #111;
}*/

.scrollbar-handle-up {
    width: 14px;
    height: 10px;
    background: url('../img/slider-up.png') top center no-repeat;
}

/*.scrollbar-handle-up:hover {
    background: #666;
}*/

.scrollbar-handle-down {
    width: 14px;
    height: 10px;
    background: url('../img/slider-down.png') top center no-repeat;
}

/*.scrollbar-handle-down:hover {
    background: #666;
}*/

.scrollbar-handle-top {
    width: 9px;
    height: 4px;
}

.scrollbar-handle-bottom {
    width: 9px;
    height: 4px;
}

.scrollbar-handle-body {
    width: 9px;
    height: 100px;
}