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