.scroll-track-top {
    height:10px; width:10px; background-image: url('../img/scroll-track-top.png');
}

.scroll-track-bot {
    height:10px; width:10px; background-image: url('../img/scroll-track-bot.png');
}

.scroll-track {
    height:10px; width:10px; background-image: url('../img/scroll-track.png');
}

.scroll-handle {
    height:60px; width:10px; background-image:url('../img/scroll-handle.png'); cursor:pointer;
}

.scroll-handle-top {
    height:10px; width:10px; background-image: url('../img/scroll-handle-top.png'); background-repeat: repeat; cursor:pointer;
}

.scroll-handle-bot {
    height:10px; width:10px; background-image: url('../img/scroll-handle-top.png'); background-repeat: repeat; cursor:pointer;
}

