/* Preload images */
body:after {
  content: url(../img/school/photo_close.png) url(../images/loading.gif) url(../img/school/photo_prev.png) url(../img/school/photo_next.png);
  display: none;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
  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-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  padding: 15px;
  margin: 0 auto;
}

.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(../images/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;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

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

.lb-nav a.lb-prev {
  width: 34%;
  left: 10px;
  float: left;
  background: url(../img/school/photo_prev.png) left 48% no-repeat;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 10px;
  float: right;
  background: url(../img/school/photo_next.png) right 48% no-repeat;
}

.lb-dataContainer{
  width: 100%;
  margin: 0 auto;
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
  z-index: 100;
}
.lb-caption {
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  background-color: rgba(22, 150, 209, 0.8);
  padding: 15px 20px;
  text-align: left;
  line-height: 1.5;
}
.lb-data .lb-close {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 40px;
  background: url(../img/school/photo_close.png) center center no-repeat #000;
  cursor: pointer;
}