body:after {
  content: url(../img/close.png) url(../img/loading.gif) url(../img/prev.png) url(../img/next.png);
  display: none;
}
.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}
.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 21000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}
.lightbox .lb-image {
  display: block;
  height: auto;
}
.lightbox a img {
  border: none;
}
.lb-outerContainer {
  position: relative;
  background-color: white;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  -webkit-box-shadow: 0 2px 10px rgba(255,255,255,.1);
  -moz-box-shadow: 0 2px 10px rgba(255,255,255,.1);
  box-shadow: 0 2px 10px rgba(255,255,255,.1);
  color: 0 2px 10px rgba(255,255,255,.1);
}
.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}
.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(../img/loading.gif) no-repeat;
}
.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}
.lb-container > .nav {
  left: 0;
}
.lb-nav a {
  outline: none;
}
.lb-nav a:before,
.lb-nav a:after {
  content: '';
  position: absolute;
  top: 50%;
}
.lb-nav a {
  background: none;
}
.lb-nav a:hover {
  background: none;
}
.lb-nav a:before {
  margin-top: -15px;
  width: 30px;
  height: 30px;
  background-color: #d4dd17;
}
.lb-nav a:hover:before {
  background-color: #1f1f1f;
}
.lb-prev:before {
  left: 25px;
}
.lb-next:before {
  right: 25px;
}
.lb-nav a:after {
  margin-top: -9px;
  width: 10px;
  height: 17px;
}
.lb-prev:after {
  left: 34px;
  background: url(../img/sprite.png) no-repeat -35px -132px;
}
.lb-prev:hover:after {
  background-position: -67px -132px;
}
.lb-next:after {
  right: 34px;
  background: url(../img/sprite.png) no-repeat -48px -132px;
}
.lb-next:hover:after {
  background-position: -80px -132px;
}
.lb-prev, .lb-next {
  width: 49%;
  height: 100%;
  cursor: pointer;
  display: block;
}
.lb-prev {
  left: 0;
  float: left;
}
.lb-next {
  right: 0;
  float: right;
}
.lb-dataContainer {
  position: relative;
  height: 0;
  margin: 0 auto;
  width: 100%;
}
.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}
.lb-data {
  padding: 0 4px;
  color: #bbbbbb;
}
.lb-data .lb-details {
  display: none;
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}
.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}
.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}
.lb-data .lb-close {
  position: absolute;
  bottom: -30px;
  right: 0;
  display: block;
  width: 30px;
  height: 30px;
  outline: none;
  z-index: 23000;
  background-color: #1f1f1f;
}
.lb-data .lb-close:after {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -7px;
  left: 50%;
  margin-left: -7px;
  width: 15px;
  height: 15px;
  background: url(../img/sprite.png) no-repeat 0 -166px;
}
.lb-data .lb-close:hover {
  cursor: pointer;
}