/* * * * * * * * * * * * * * * *
*                              *
*   Lightbox v2.04             *
*   by Lokesh Dhakar           *
*   edit by F. Hofmann 		   *
*	and M. Stettler			   *
*                              *
* * * * * * * * * * * * * * * */
#lightbox {
  left: 0;
  width: 100%;
  line-height: 0;
  text-align: center;
  position: absolute;
  z-index: 100;
}
#lightbox img {
  width: auto;
  height: auto;
}
#lightbox a img {
  border: none;
}
#outerImageContainer {
  width: 250px;
  height: 250px;
  margin: 0 auto;
  position: relative;
  background-color: #FFF;
}
#imageContainer {
  padding: 1px;
}
#loading {
  position: absolute;
  top: 40%;
  left: 0%;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}
#overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 90;
  width: 100%;
  height: 500px;
  background-color: #000;
}
#imageDataContainer {
  font: 13px 'Lucida Grande', Helvetica, Arial, Verdana, sans-serif;
  letter-spacing:1px;
  background: transparent;
  margin: 0 auto;
  line-height: 1.4em;
  overflow: auto;
  width: 100%;
}
#imageData {
  top: 0px;
  width: 100%;
  color: #FFF;
  position: relative;
  height:auto;
  padding-top:5px;
}
#imageData #imageDetails {
  width: 80%;
  float: left;
  text-align: left;
}
#navData	{
  width: 20%;
  float: left;
}
#navData #hoverNav {
  width: 40px;
  float: right;
}
#hoverNav {
  height: auto; /*	100% */
  width: 40px;
  top: 0; right:0;
  position: relative;
  z-index: 10;
}
#hoverNav a {
  outline: none;
}
#prevLink,
#nextLink {
  width: 18px;
  height: 16px !important;
  display: block;
  background: url(../graphics/rwd.png) no-repeat 0 0;
}
#prevLink {
  left: 0;
  float: left;
}
#nextLink {
  right: 0;
  float: right;
}
#nextLink {
  background-image: url(../graphics/fwd.png);
}
#imageData #caption {
  font-weight: normal;
}
#imageData #numberDisplay {
  display: none;
}
#navData #bottomNavClose {
  top: 0;
  right: 0;
  width: 18px;
  outline: none;
  float: right;
  position: relative;
}
/* HOVER */
#prevLink,
#nextLink,
#bottomNavClose {
  opacity: .5;
  -o-transition: opacity .218s;
  -moz-transition: opacity .218s;
  -webkit-transition: opacity .218s;
  transition: opacity .218s;
}
#prevLink:hover,
#nextLink:hover,
#bottomNavClose:hover {
  opacity: 1;
}

