.scroll-track{
 height:12px;
 width:15px;
 background-image: url('/gfx/trackfill.png');
background-repeat: repeat;
}

.scroll-handle{
 height:15px;
 width:15px;
 background-image: url('/gfx/slider.png');
 background-repeat: repeat;
 cursor:pointer;
}

.scroll-track-top{
height:15px;
width:15px;
background-image: url('/gfx/up.png');
}

.scroll-handle-bot{
 height:12px;
 width:15px;
background-image: url('/gfx/bot.png');
}

.scroll-handle-top{
 height:12px;
 width:15px;
background-image: url('/gfx/top.png');
background-repeat: no-repeat;
}

.scroll-track-bot{
height:15px;
width:15px;
background-image: url('/gfx/down.png');
}
