/* =Slideset
Normal group of slide-like thumbnails
----------------------------------------------- */
.slideset {
  position:relative;
  margin:0px;
  padding:0;
  list-style:none;
  line-height:1.4em;
  }
.slideset .thumb {
  float:left;
  margin:10px;
  }

/* =Thumbs
Reusable style for thumbnail photos as slides
----------------------------------------------- */
.thumb {
  background:url("immagini/bg_slide.gif") 0 0 no-repeat;
  display:block;
  float:left;
  margin:0;
  }
html>body .thumb {
  background-image:url("immagini/bg_slide.png");
  }
.thumb em {
  background-repeat:no-repeat;
  background-position:45% 45%;
  display:block;
  }
.thumb a, .thumb a:link, .thumb a:visited {
  background:none !important;
  display:block;
  width:210px;
  height:210px;
  border:none;
  text-indent:-9999px;
  font-size:1px;
  line-height:1px;
  outline:0;
  }
/* =Gallery Info
Title, description, & prefs on Photo Gallery page
----------------------------------------------- */
.galleryinfo {
  clear:both;
  margin:8px;
  line-height:1.4em;
  }
.galleryinfo h1 {
  line-height:1.4em;
  margin:0 0 .5em;
  text-align:left;
  text-transform:none;
  letter-spacing:0;
  font-size: 20px;
  border-bottom:2px dotted #bbbbbb; 
  font-weight: normal;
  color: #896a4b;
  }
.galleryinfo .desc {
  line-height:1.4em;
  margin-bottom:1em;
  text-align:justify;
  font-size: 10px;
 }
