#scroller_box
{
  position: relative;
  width: 800px;
  height: 20px;
  overflow: hidden;
  padding-top: 5px;
}

#text_container
{
  position: absolute;
  left: 800px;
  width: auto;
  white-space: nowrap;
  color: white;
}

