@charset "UTF-8";
/* This file is part of "Slideshow con Effetto Dissolvenza e Testo (adapted)"
 * http://www.marcozanette.com/ and http://www.glgprograms.it/
 * Licensed under the MIT license */

#slideshow_fade {
    width: 320px;
    height: 320px;
    border: none;
    position: relative;
    overflow: hidden;
}

#slideshow_fade figure {
  left: 20px;
  top: 20px;
  width: 250px;
  height: auto;
  max-height: 275px;
  background-color: #E7E7E7;
  margin: 0 auto;
  padding: 12px;
  position: absolute;
  z-index: -10;
  box-shadow: 10px 10px 5px;
}

#slideshow_fade img {
  width: 250px;
  position: relative;
  margin: 0 auto;
  max-height: 225px;
}

#slideshow_fade figcaption {
  font-style: italic;
  text-align: center;
}

