/* DESCRIPTION */
.static-text {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color:#444444;}
.slideshow-text {
 border:0px solid white;
 margin: 0px;
 padding: 0px;
 color: #444444;
 background-color: transparent;
 background-image: url();
 font: 10px Verdana, Arial, Helvetica;
 text-align: center;
 overflow:hidden;
}
.slideshow-text_frame {
 border:0px solid white;
 margin: 0px;
 padding: 0px;
 color: #333333;
 background-color: transparent;
 background-image: url();
 font: 10px Verdana, Arial, Helvetica;
 text-align: center;
 overflow:hidden;
}

/* OMBRE */
.img-REGULAR img { border: 0; }
.img-SHADOW {
  float:left;
  background: url('../images/shadowAlpha.png') no-repeat bottom right !important;
  background: url('../images/shadow.gif') no-repeat bottom right;
  margin: 6px 0 0 6px !important;
  margin: 6px 0 0 1px;
}
.img-SHADOW img {
  display: block;
  position: relative;
  border: 0;
  margin: -6px 6px 6px -6px;
}
.img-LINE img { display: block; border: 1px solid #a9a9a9; }
.img-LINE_SHADOW {
  float:left;
  background: url('../images/shadowAlpha.png') no-repeat bottom right !important;
  background: url('../images/shadow.gif') no-repeat bottom right;
  margin: 6px 0 0 6px !important;
  margin: 6px 0 0 1px;
}
.img-LINE_SHADOW img {
  display: block;
  position: relative;
  border: 1px solid #a9a9a9;
  margin: -6px 6px 6px -6px;
}
.img-SPACE_LINE img { display: block; background-color: #ffffff; padding: 5px; border: 1px solid #a9a9a9; }
.img-SPACE_LINE_SHADOW {
  float:left;
  background: url('../images/shadowAlpha.png') no-repeat bottom right !important;
  background: url('../images/shadow.gif') no-repeat bottom right;
  margin: 6px 0 0 6px !important;
  margin: 6px 0 0 1px;
}
.img-SPACE_LINE_SHADOW img {
  display: block;
  position: relative;
  background-color: #ffffff;
  padding: 5px;
  border: 1px solid #a9a9a9;
  margin: -6px 6px 6px -6px;
}
