/* Preload images */
body:after {
  content: url(../images/common/close.png) url(../images/common/loading.gif) url(../images/common/prev.png) url(../images/common/next.png);
  display: none;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  background: #fff;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-container {
  padding: 40px 40px 0;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../images/common/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 50%;
  left: 0;
  height: 30%;
  width: 100%;
  z-index: 10;
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
  z-index: 9999;
}

.lb-nav a.lb-prev {
  width: 50px;
  float: left;
  margin-left: -80px;
  background: url(../images/common/prev.png) center center no-repeat;
}

.lb-nav a.lb-next {
  width: 50px;
  float: right;
  margin-right: -80px;
  background: url(../images/common/next.png) center center no-repeat;
}

.lb-dataContainer {
  margin: 0 auto;
  *zoom: 1;
  width: 100%;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 20px 40px 30px;
  background: #fff;
  color: #453d34;
}

.lb-data .lb-details {
  text-align: center;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  line-height: normal;
}

.lb-data .lb-caption h5 {
  font-size: 18px;
  margin-bottom: 10px;
}

.lb-data .lb-number {
  display: none !important;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-closeContainer {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100;
}

.lb-closeContainer .lb-close {
  display: block;
  width: 60px;
  height: 60px;
  background: #848061 url(../images/common/close.png) center center no-repeat;
  outline: none;
  z-index: 9999;
}

.lb-closeContainer .lb-close:hover {
  cursor: pointer;
}
