/* height and width should be the same as the thumbnail sizes */
#slides {
  width: auto;
  height: auto;
  margin: 0 auto;
  text-align: center;
  display: block;
  overflow: hidden;
}
#homeslider {
    margin: 0 auto !important;
    text-align: center;
    float: none;
    max-width: 600px;
    max-height: 600px;
}