.scroll-track{
 height:24px;
 width:30px;
 background-image: url('/gfx/trackfill_new.png');
background-repeat: repeat;
}

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

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

.scroll-handle-bot{
 height:24px;
 width:30px;
background-image: url('/gfx/bot_new.png');
 cursor:pointer;
}

.scroll-handle-top{
 height:24px;
 width:30px;
background-image: url('/gfx/top_new.png');
background-repeat: no-repeat;
 cursor:pointer;
}

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

