.lb-loader,
.lightbox{
  position: absolute;
  left: 0; 
  text-align: center;
  line-height: 0;
}

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

.lightboxOverlay{
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  display: none; 
  background-color: #000;
  opacity: .8;
  filter: alpha(Opacity=80);
}

.lightbox{
  z-index: 10000;
  width: 100%;
  outline: 0; 
  font-weight: 400;
}

.lightbox .lb-image{
  display: block;
  max-width: inherit;
  max-height: none;
  height: auto;
  border: 4px solid #fff; 
  border-radius: 3px;
}

.lightbox a img{
  border: none;
}

.lb-outerContainer{
  position: relative;
  margin: 0 auto;
  width: 250px;
  height: 250px;
  border-radius: 4px;
  background-color: #fff;
}

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

.lb-loader{
  top: 43%;
  width: 100%; 
  height: 25%;
}

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

.lb-nav{
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10; 
  width: 100%;
  height: 100%;
}

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

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

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

.lb-nav a.lb-prev{
  left: 0;
  float: left;
  width: 34%;
  background: url(../images/prev.png) left 48% no-repeat;
  opacity: 0;
  filter: alpha(Opacity=0);
  transition: opacity .6s;
}

.lb-nav a.lb-prev:hover{
  opacity: 1; 
  filter: alpha(Opacity=100);
}

.lb-nav a.lb-next{
  right: 0;
  float: right;
  width: 64%;
  background: url(../images/next.png) right 48% no-repeat;
  opacity: 0;
  filter: alpha(Opacity=0);
  transition: opacity .6s;
}

.lb-nav a.lb-next:hover{
  opacity: 1; 
  filter: alpha(Opacity=100);
}

.lb-dataContainer{
  margin: 0 auto;
  padding-top: 5px;
  width: 100%;
  border-bottom-right-radius: 4px; 
  border-bottom-left-radius: 4px;
}

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

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

.lb-data .lb-details{
  float: left;
  width: 85%;
  text-align: left;
  line-height: 1.1em;
}

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

.lb-data .lb-caption a{
  color: #4ae;
}

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

.lb-data .lb-close{
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  outline: 0;
  background: url(../images/close.png) top right no-repeat;
  text-align: right;
  opacity: .7;
  filter: alpha(Opacity=70);
  transition: opacity .2s;
}

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