.scroll-track-top { height:20px; width:20px; background-image: url('/gfx/scroll/track_top.png'); background-repeat:repeat-y; }
.scroll-track-bot { height:20px; width:20px; background-image: url('/gfx/scroll/track_bot.png'); background-repeat:repeat-y; }
.scroll-track { height:10px; width:20px; background-image: url('/gfx/scroll/track_bg.png'); background-repeat:repeat-y; }
.scroll-handle { height:60px; width:20px; background-image: url('/gfx/scroll/handle_mid.png'); cursor:pointer; background-repeat:repeat-y; }
.scroll-handle-top { height:8px; width:20px; background-image: url('/gfx/scroll/handle_top.png'); background-repeat:repeat-y; cursor:pointer; } 
.scroll-handle-bot { height:8px; width:20px; background-image: url('/gfx/scroll/handle_bot.png'); background-repeat: repeat; cursor:pointer; }
