#lightbox {
  position: absolute;
  left: 0px;
  width: 100%;
  z-index: 100;
  text-align: center;
  line-height: 0;
}

#lightbox a img {
  border-top-width: medium;
  border-top-style: none;
  border-top-color: -moz-initial;
  border-right-width: medium;
  border-right-style: none;
  border-right-color: -moz-initial;
  border-bottom-width: medium;
  border-bottom-style: none;
  border-bottom-color: -moz-initial;
  border-left-width: medium;
  border-left-style: none;
  border-left-color: -moz-initial;
}

#outerImageContainer {
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  position: relative;
  background-color: white;
  width: 250px;
  height: 250px;
}

#imageContainer {
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
}

#loading {
  position: absolute;
  top: 40%;
  left: 0%;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

#hoverNav {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  z-index: 10;
  text-decoration: none;
}

#imageContainer > #hoverNav {
  left: 0px;
}

#hoverNav a {
  outline-style: none;
  outline-width: medium;
}

#prevLink, #nextLink {
  background-color: transparent;
  background-image: url("../images/blank.gif");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: 0% 50%;
  width: 49%;
  height: 100%;
  display: block;
  text-decoration: none;
}

#prevLink {
  left: 0px;
  float: left;
  text-decoration: none;
}

#nextLink {
  right: 0px;
  float: right;
  text-decoration: none;
}

#prevLink:hover, #prevLink:visited:hover {
  background-color: transparent;
  background-image: url("../images/prevlabel.gif");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: left 15%;
  font-family: Arial, Narrow;
  text-decoration: none;
}

#nextLink:hover, #nextLink:visited:hover {
  background-color: transparent;
  background-image: url("../images/nextlabel.gif");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: right 15%;
}

#imageDataContainer {
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  font-family: Verdana, Helvetica, sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 10px;
  font-size-adjust: none;
  font-stretch: normal;
  background-color: white;
  line-height: 1.4em;
}

#imageData {
  padding-top: 0px;
  padding-right: 10px;
  padding-bottom: 0px;
  padding-left: 10px;
  color: #666666;
}

#imageData #imageDetails {
  width: 70%;
  float: left;
  text-align: left;
}

#imageData #caption {
  font-weight: bold;
}

#imageData #numberDisplay {
  display: block;
  clear: left;
  padding-bottom: 1em;
}

#imageData #bottomNavClose {
  width: 66px;
  float: right;
  padding-bottom: 0.7em;
}

#overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 90;
  width: 100%;
  height: 500px;
  background-color: black;
}

.lbWidth {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  min-width: 790px;
}

* html .lbContent {
  margin-left: -790px;
  position: relative;
}

* html .lbMinWidth {
  padding-left: 790px;
}

.clearfix::after {
  content: ".";
  display: block;
  height: 0px;
  clear: both;
  visibility: hidden;
}

.clearfix {
}

* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

a:link {
  color: #666666;
  font-family: Arial, Narrow;
  text-decoration: none;
}

a {
}

a:visited {
  font-family: Arial, Narrow;
  color: #666666;
}

a:hover {
  font-family: Arial, Narrow;
  color: #cccccc;
}

#name {
  font-style: normal;
}

