.scroll-track-top {
    height:10px; width:80px; 
    background-color: #CC3300;
}

.scroll-track-bot {
    height:10px; width:80px; 
    background-color: #CC3300;
}
.scroll-track {
    height:10px; width:80px; 
    background-color: #CC3300;
}
.scroll-handle {
    height:20px; width:80px; 
    background-color: Silver;
    border: solid 1px White;
}
.scroll-handle-top {
    height:8px; width:80px; 
    background-color: White;
    }
.scroll-handle-bot {
    height:8px; width:80px; 
    background-color: White;
}