#scroll {position:relative; width:100%; height:300px; overflow:auto}
#scrollcontent {position:absolute; width:90%; z-index:200}
#scrollbar {float:right; position:relative; display:none; width:12px; height:300px; z-index:100; background:url(../images/scroll-bg.gif) 5px 0 repeat-y;}
.scroller {position:absolute; top:0; width:12px; height:50px; border-radius:5px; cursor:pointer; background-color:#8e8e8e; background-image:url(../images/scroll-arrows.gif); background-position:50% 20%; background-repeat:no-repeat}
.buttonclick {background-color:#bbb}