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

body.lb-disable-scrolling {
  overflow: hidden;
}

.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;
  border-radius: 3px;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 287px;
  height: 429px;
  margin: 0 auto 0;
  padding: 58px 56px 59px 57px;
  background: url(img/dk.png) 0 0 no-repeat;
}

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

.lb-container {
  
}

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

.lb-prev, .lb-next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  margin-top: -30px;
  transition: all .3s ease-out;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
}

.lb-nav a.lb-prev {
  width: 48px;
  height: 60px;
  left: -98px;
  float: left;
  background: url('img/ls.png') 0 0 no-repeat;
}

.lb-nav a.lb-prev:hover {
  background: url('img/ls.png') -48px 0 no-repeat;
}

.lb-nav a.lb-next {
  width: 48px;
  height: 60px;
  right: -98px;
  float: left;
  background: url('img/rs.png') -48px 0 no-repeat;
}

.lb-nav a.lb-next:hover {
  background: url('img/rs.png') 0 0 no-repeat;
}

.lb-dataContainer {
  margin: 0 auto;
  padding: 0 84px 0 85px;
    position: relative;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
   z-index:100
}

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

.lb-data {
  color: #ccc;
}

.lb-data .lb-details {
  position: absolute;
    left: 0;
    right: 0;
    top: 0;
}

.lb-data .lb-caption {
  
}

.lb-data .lb-caption span{
    display: block;
    text-align: center;
    font-size: 26px;
    color: #fff;
    font-weight: bold;
    width: 494px;
    margin: 25px auto 0;
    padding-bottom: 20px;
    border-bottom: 1px dotted #757575;
}

.lb-data .lb-caption p{
    text-align: center;
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    margin-top: 23px;
}

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

.lb-closeContainer{ position:relative;  z-index:100000000;}


.lb-data .lb-close {
  position: absolute;
  top:-32px;
  right:-85px;
  width: 25px;
  height: 25px;
  background: url(img/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 1;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  z-index:100000000;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
