/* CSS for the slideshow in the gallery */

div#rotator {
  height: 300px;
  width: 100%;
  overflow: hidden;
  background: none;
  position: relative;
  text-align: center;
  margin-bottom: 10px;
}

div#gallery div#rotator div {
  position: absolute;
  top: 0;
  margin: 0 auto;
  text-align: center;
  right: 0;
  left: 0;
  height: 300px;
  width: 100%;
}

div#gallery div#rotator img {
  border: 0;
  margin: 0 auto;
  text-align: center;
  display: none;
}