#scroller { 
  width: 100%;
  height: 300px;
  background-image: url('foo.jpg');
  background-repeat: repeat-x;
  background-position: 0px 0px;
}
