/* NextGEN Gallery — local styles for static mirror */

.ngg-galleryoverview { overflow: hidden; }
.ngg-gallery-thumbnail-box { float: left; margin: 0 10px 10px 0; }
.ngg-gallery-thumbnail { border: 1px solid #ccc; padding: 3px; background: #fff; }
.ngg-gallery-thumbnail img { display: block; }
.ngg-gallery-thumbnail a:hover img { opacity: 0.85; }

.ngg-widget-slideshow {
  overflow: hidden;
  background: #222;
  position: relative;
}
.ngg-widget-slideshow img {
  display: block;
  width: 100%;
  height: auto;
}

.slideshowlink { text-align: center; margin-top: 5px; }
.slideshowlink a { font-size: 11px; }
