/* Preload images */
.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  opacity: .5;
  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;
}

.lightbox a img {
  border: none;
}

.lb-outerContainerWrap {
  display: inline-block;
  position: relative;
}

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

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

.lb-container {
  padding: 20px 15px 10px;
}

.lb-loader {
  position: absolute;
  display:block !important;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  z-index:50;
  line-height: 0;
}

.lb-cancel {
  position:absolute;
  right:15px;
  top:20px;
  z-index:500;
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 0 0 auto;
}

.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-prev, .lb-next {
  float : left;
  cursor: pointer;
  display: block;
  width:20px;
  height:33px;
  position:absolute;
  top:50%;
}

.lb-prev {
	background:url(../images/recruit/lb-btn-pre.png) no-repeat;
    background-size:20px 33px;
    left:-5px;
}

.lb-next {
	background:url(../images/recruit/lb-btn-next.png) no-repeat;
    background-size:20px 33px;
    right:-5px;
}

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

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  text-align: left;
  line-height: 1.5;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-cancel {
  cursor: pointer;
  display: block;
  width: 40px;
  height: 40px;
  outline: none;
}
