/* =Thumbs
Reusable style for thumbnail photos as slides
----------------------------------------------- */
.thumb {
  background: url(../images/photogallery/bg_slide.gif) no-repeat 0 0;
  display:block;
/*  float:left;*/
  margin:0;
  padding:0 3px 3px 0;
  }
.thumb span {
  background-repeat:no-repeat;
  background-position:50% 104px;
  display:block;
  }
.thumbv span {
  background-position:9px 50%;
  }
.thumb em {
  background-repeat:no-repeat;
  background-position:50% 50%;
  display:block;
  }
.thumb a, .thumb a:link, .thumb a:visited {
  background:none !important;
  display:block;
  width:120px;
  height:120px;
  border:none;
  text-indent:-9999px;
  font-size:1px;
  line-height:1px;
  }
/* =Slideset
Normal group of slide-like thumbnails
----------------------------------------------- */
.slideset {
  width:98%;
  margin: 0 0 15px 0;
  padding: 0;
  list-style:none;
/*  line-height:1.4em;*/
  }
.slideset .thumb {
  float:left;
  margin:0 0px 10px 10px;
  }
#phototalbum {
 width:100%;
}
#instructions {
 width:98%;
 clear: left;
 text-align: center;
}
