.scrollbox
{
  width: 680px;
  height: 355px;
  position: relative;
}

.scrollbox_content
{
  margin-right: 20px;
}

.scrollbox_scrollbar
{
  background: transparent url(images/scroll_track.gif) top center repeat-y;
  height: 100%;
  width: 15px;
}

.scrollbox_up_button
{
  /*background: transparent url(images/up_button.gif) center top no-repeat;
  width: 16px;*/
  height: 5px;
}

.scrollbox_down_button
{
  /*background: transparent url(images/down_button.gif) center bottom no-repeat;
  width: 16px;*/
  height: 5px;
}

.scrollbox_handle
{
  background: transparent url(images/thumb.gif) top right repeat-y;
  width: 15px;
}

