/* Preload images */
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: 9999;
  background:url(../img/hg11.jpg);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.84;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  margin-top:3%;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

.lightbox .lb-image {
margin-top:-10px;
margin-left:-10px;
  display: block;
  height: auto;
  max-width: inherit;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  -ms-border-radius: 9px;
  -o-border-radius: 9px;
  border-radius: 9px;
}

.lightbox a img {
  border: none;}

.lb-outerContainer {
	
  position: relative;
  background-color:transparent;
  border:2px solid darkred;
  *zoom: 1;
  width: 300px;
  height: 300px;
  margin: 0 auto;
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  -ms-border-radius: 13px;
  -o-border-radius: 13px;
  border-radius: 13px;

}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-container {
  padding: 20px;
}

.lb-loader {
  position: absolute;
  top: 46%;
  left: 0;
  height: 15px;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width:128px;
  height: 15px;
  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:img/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev, .lb-next {height: 100%;
 cursor:url(../img/favicon2.png),pointer;
  display: block;
}


.lb-nav a.lb-prev {width: 20%;
  float: left;
  background: url(../img/prev.png) left 75% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  opacity: 1;
  outline: none;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
background: url(../img/prev3.png) left 75% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;

}

.lb-nav a.lb-next {
  width: 20%;
  right: 0;
  float: right;
  background: url(../img/next.png) right 60% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  opacity: 1;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
	background: url(../img/next2.png) right 60% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
	background-color:transparent;
  margin: 0 auto;
  padding-top: 10px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 13px;
  -webkit-border-bottom-left-radius: 13px;
  border-bottom-left-radius: 13px;
  -moz-border-radius-bottomright: 13px;
  -webkit-border-bottom-right-radius: 13px;
  border-bottom-right-radius: 13px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
	margin-top:0px;
	margin-left:25px;
  color: #aeb2c3;
  text-shadow:1px 1px 1px black;
  z-index:122222;
}

.lb-data .lb-details {
	margin-top:-57px;
  width: 85%;
  float: left;
  padding-top:2px;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
 padding-bottom:5%;
 font-family: 'Armata-Regular';
	color:#AEB2C3;
  font-size: 15px;
  font-weight:normal;
  line-height: 1em;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  font-size: 11px;
  color: #3b414f;
  text-shadow:1px 1px 1px black;
}

.lb-data .lb-close {
  display: block;
  margin-right: 2%;
  float: right;
  width: 42px;
  height: 42px;
  background: url(../img/close.png) top right no-repeat;
  text-align: right;
  cursor:url(../img/favicon2.png),pointer;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  opacity: 1;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-data .lb-close:hover {display: block;
  background: url(../img/close3.png) top right no-repeat;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  cursor:url(../img/favicon2.png),pointer;
  opacity: 1;
}
