.scrollbox {position: relative;}
.scrollbox_content { margin-right: 17px; position:relative; }
.scrollbox_scrollbar { background-color: #444; height: 100%; width: 17px; }
.scrollbox_up_button { background: transparent url(../images/scroll_up.gif) top right no-repeat; height:15px; border-bottom:1px solid #444; }
.scrollbox_down_button { background: transparent url(../images/scroll_down.gif) top right no-repeat; height:15px; border-top:1px solid #444; }
.scrollbox_handle { background-color: #565656; }
