#splash { 
  display:none; 
  position: absolute; 
  top:35px; 
  left:150px; 
  z-index: 300; 
  background-color:#FFF; 
  filter:alpha(opacity=100); 
  -moz-opacity:1.00; 
  opacity:1.00; 
  border:3px solid white; 
  margin:auto; 
  color:#999; 
  padding:15px; 
  width: 736px;
  height: 605px;
}

.content_faded {
  filter:alpha(opacity=75); 
  -moz-opacity:.75;
  opacity:.75; 
  background-color: #000; 
  z-index:100; 
  position:absolute; 
  left:0px; 
  top:0px; 
  width: 100%; 
  height:100%;
}

#galleryheading {
  font-size: 18px;
  font-weight: normal;
  color: #7fcb32;
  padding-bottom: 15px;
}

#gallerybody {
  position: relative;
  width: 100%;
}

#imagecontainer {
  width: 500px;
  float: left;
}

#mainimage {
}

#imagedata {
  position: relative;
  clear: both;
  padding-top: 8px;
}

#thumbscontainer {
  position: relative;
}

#thumbs {
  float: right;
  padding: 5px 0px 30px 0px;
  border-top: solid 2px #cfcfcf;
  border-bottom: solid 2px #cfcfcf;
}

#instructions {
  font-size: 11px;
  line-height: 1.2em;
  color: #666;
  padding: 10px 0px 15px 2px;
}

.thumblinks img {
  margin: 2px 0px 1px 2px;
  border: solid 2px #fff;
  filter:alpha(opacity=50); 
  -moz-opacity:.50; 
  opacity:.50; 
}

a.thumblinksactive img {
  margin: 2px 0px 1px 2px;
  border: solid 2px #ACDB69;
}

.thumblinksactive:hover img {
  margin: 2px 0px 1px 2px;
  border: solid 2px #ACDB69;
}

a.thumblinks:hover img {
  border: solid 2px #ACDB69;
  filter:alpha(opacity=100); 
  -moz-opacity:1.00; 
  opacity:1.00; 
}

#imagedetails {
  float: left;
}

#gallerynav {
  float: right;
  padding-right: 15px;
}

#gallerynav img {
  border: 0;
  vertical-align: middle;
}

#imagecaption {
}

#imagenumber {
}

#galleryclosecontainer {
  clear: both;
  float: right;
  padding-top: 10px;
}

#galleryclose img {
  border: 0;
}
