/* height and width should be the same as the thumbnail sizes */
#slides {
  width: 200px;
  height: 150px;
  padding: 0px 10px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;

}

#slides a {
  padding: 0px 10px;
}

#slides span.banner {
  color: #333;
  padding: 2px 0;
  font-size: 2em; 
  text-align: center;
}