/* height and width should be the same as the thumbnail sizes */
#slides {
  width: 100%;
  height: auto;
  position:absloute;
  z-index:10;
  overflow:hidden;
  display:block;
}
.cycle-slideshow { width: 100% }
.cycle-slideshow img { width: 100%; height: auto }