#imageBox 
{
  float:left;
  width: 630px;
  height: 50px; 
  border: 0px #000 solid;
  overflow: hidden;
}

#imageBoxInside
{
}

#imageBox img 
{
  float: left;
}

#imageBox br 
{
  clear: both;
}



