.scroll-track-top {
    height:10px; width:10px; background-image: url('../images/track_top.png');
}

.scroll-track-bot {
    height:10px; width:10px; background-image: url('../images/track_bottom.png');
}

.scroll-track {
    height:10px; width:10px; background-image: url('../images/track_bg.png');
}

.scroll-handle {
    height:10px; width:10px; background-image: url('../images/scroll_handle.png'); background-repeat: no-repeat; cursor:pointer;
}
/*
.scroll-handle-top {
    height:8px; width:10px; background-image: url('../images/scroll_handle.png'); background-repeat: no-repeat; cursor:pointer;
}

.scroll-handle-bot {
    height:8px; width:10px; background-image: url('../images/scroll_handle.png'); background-repeat: no-repeat; cursor:pointer;
}*/
