/* height and width should be the same as the thumbnail sizes */
#slides {
  width: 800px;
  height: 200px;
  float: both;
}

#caption {
  position: relative;
  top: 0;
  z-index: 30000;
  font-size: 110%;
}