/* Preload images */

body:after {

  content: url(../img/close.png) url(../img/full-screen.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-color: black;

  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);

  opacity: 0.85;

  display: none;

  background:url(../img/overlay.png);

}



.lightbox {

	position: absolute;

	left: -149px;

	width: 100%;

	z-index: 10000;

	text-align: center;

	line-height: 0;

	font-weight: normal;

	top: 1612px;

}



.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: #000;

  *zoom: 1;

  width: 250px;

  height: 250px;

  margin: 0 auto;

  /*

  -webkit-border-radius: 4px;

  -moz-border-radius: 4px;

  -ms-border-radius: 4px;

  -o-border-radius: 4px;

  border-radius: 4px;

  */

}



.lb-outerContainer:after {

  content: "";

  display: table;

  clear: both;

}



.lb-container {

  padding: 0px;

}



.lb-loader {

  position: absolute;

  top: 43%;

  left: 0;

  height: 25%;

  width: 100%;

  text-align: center;

  line-height: 0;

}



.lb-cancel {

  display: block;

  width: 100px;

  height: 100px;

  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 {

  height: 100%;

  cursor: pointer;

  display: block;

  

}



.lb-nav a.lb-prev {

  width: 34%;

  left: 0;

  float: left;

  background: url(../img/prev.png) left 48% no-repeat;

  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);

  opacity: 0;

  -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 {

  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);

  opacity: 1;

}



.lb-nav a.lb-next {

  width: 64%;

  right: 0;

  float: right;

  background: url(../img/next.png) right 48% no-repeat;

  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);

  opacity: 0;

  -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 {

  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);

  opacity: 1;

}



.lb-dataContainer {

  position:fixed;

  left:0;

  bottom:0;

  width: 100%;

  *zoom: 1;

  z-index:10003;

  padding-top:5px;

  

  /*background-color:rgba(0,0,256,0.4);*/

  text-align:center;

  text-shadow:1px 1px  #000;

  

}

/*

.lb-dataContainer:after {

  content: "";

  display: table;

  clear: both;

}

*/

.lb-data {

  padding: 0 4px;

  color: #FFF;

}



.lb-data .lb-details {

  display:inline-block;

  text-align: center;

  line-height: 1.1em;

 

}



.lb-data .lb-caption {

  display:inline-block;

  text-align: center;

  font-size: 1.5em;

  font-weight: bold;

  line-height: 1em;

  background-color:transparent;/** rgba(0,0,0,0.3);**/

  padding:10px;

  border-radius:5px;

}



.lb-data .lb-number {

  display: block;

  clear: left;

  padding-bottom: 1em;

  font-size: 12px;

  color: #EEE;

}



.lb-closeContainer .lb-close {

  display: block;

  position:fixed;

  right:3px;

  top:3px;

  width: 30px;

  height: 30px;

  background: url(../img/close.png) top right no-repeat;

  cursor:pointer;

  text-align: right;

  outline: none;

  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);

  opacity: 0.5;

  -webkit-transition: opacity 0.2s;

  -moz-transition: opacity 0.2s;

  -o-transition: opacity 0.2s;

  transition: opacity 0.2s;

  z-index:10100;

}



.lb-closeContainer .lb-full_screen {

  display: block;

  position:fixed;

  right:33px;

  top:3px;

  width: 30px;

  height: 30px;

  background: url(../img/full-screen.png) top right no-repeat;

  

  cursor:pointer;

  text-align: right;

  outline: none;

 

  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);

  opacity: 0.5;

  -webkit-transition: opacity 0.2s;

  -moz-transition: opacity 0.2s;

  -o-transition: opacity 0.2s;

  transition: opacity 0.2s;

   z-index:10100;

}

.lb-full_screen_close{

  background: url(../img/full-screen_close.png) top right no-repeat ! important;

}



.lb-full_screen:-moz-full-screen {

   background: url(../img/full-screen_close.png) top right no-repeat ! important;

}

 

.lb-full_screen:-webkit-full-screen {

    background: url(../img/full-screen_close.png) top right no-repeat ! important;

}

 

.lb-full_screen:-ms-fullscreen {

   background: url(../img/full-screen_close.png) top right no-repeat ! important;

}

 

.lb-full_screen:fullscreen {

    background: url(../img/full-screen_close.png) top right no-repeat ! important;

}

.lb-closeContainer .lb-close:hover,.lb-closeContainer .lb-full_screen:hover {

  cursor: pointer;

  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);

  opacity: 1;

}

