.scroll-track-top {
    height:8px; width:10px; background-image: url('track_top.png');
}

.scroll-track-bot {
    height:8px; width:10px; background-image: url('track_bot.png');
}

.scroll-track {
    height:10px; width:10px;
}

.scroll-handle {
    height:10px; width:10px;  background-color:#cd1b55; cursor:pointer;
}

.scroll-handle-top {
    height:8px; width:10px; background-color:transparent; background-repeat: repeat; cursor:pointer;
}

.scroll-handle-bot {
    height:8px; width:10px; background-color:transparent; background-repeat: repeat; cursor:pointer;
}