
/* ---------- basic theme: these are the most necessary styles --------------------------------- */

.scrollbar-pane {
    margin-right: 14px;
}

.scrollbar-handle-container {
    background-image:url('../../images/layout/scroll-bg.gif');
    width: 12px;
}

.scrollbar-handle {
    width: 12px;
    background: #5e5f58;
}

.scrollbar-handle:hover {
    background: #666;
}

.scrollbar-handle.move {
    background: #111;
}

.scrollbar-handle-up {
    width: 12px;
    height: 17px;
    background-image:url('../../images/layout/scroll-up.gif');
}

.scrollbar-handle-up:hover {
    
}

.scrollbar-handle-down {
    width: 12px;
    height: 17px;
    background-image:url('../../images/layout/scroll-down.gif');
}

.scrollbar-handle-down:hover {
    
}