/* line 11, ../../sass/lightbox.sass */
.lightboxOverlay {
  position: absolute;
  display: none;
  top: 0;
  left: 0;
  background-color: #333;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  opacity: 0.9;
  z-index: 1000;
  
}
.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
  line-height: 0;
  font-weight: normal;
  z-index: 1001; 
}

.lightbox .lb-image {
  display: block;
  height: auto;
  z-index: 1002;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  background-color: #e8e8e8;
  *zoom: 1;
  width: 800px;
  height: 600px;
  margin: 0 auto;
}

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

.lb-container {
  padding: 0;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0%;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 60px;
  height: 60px;
  margin: 0 auto;
  background: #e8e8e8 url("../images/preloader.gif") center center no-repeat;
}

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

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

.lb-nav a {
  outline: none;
}

.lb-prev {
  position: absolute;  
	display: block;
  top: 43%;
  left: -21px;	
  cursor: pointer;
}

.lb-next {
  position: absolute;
  display: block;
  top: 43%;
  right: -21px;	
  cursor: pointer;
}

.lb-prev {
  float: left;
  display: block;
  width: 21px;
  height: 45px;
  background: url("../images/gumb-veliki-galerija.png") no-repeat left -45px;  
}

.lb-prev:hover {
  background-position: right -45px;	
}

.lb-next { 
  float: right;
  display: block;
  width: 21px;
  height: 45px;     
  background: url("../images/gumb-veliki-galerija.png") no-repeat left top;
}

.lb-next:hover {
	background-position: right top;	
}

.lb-dataContainer {
	position: relative;
  margin: 0 auto;
  margin-top: -60px;
  *zoom: 1;
  width: 100%;
}

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

.lb-data {
	position: absolute;
	width: 100%;
	height: 100%;
	color: #eee
}

.lb-data .lb-details {
	position: relative;
  float: left;
  padding: 10px;
  text-align: left;
  background-color: #e8e8e8;
}

.lb-data .lb-caption {
	font-size: 20px;
  font-weight: normal;
  line-height: 20px;
  
}

.lb-data .lb-number {
  font-size: 0px;
  text-indent: -9999px;
}

.lb-data .lb-close {
	position: absolute;
  display: block;
  float: right;
  width: 21px;
  height: 22px;
  top: -540px;
  right: -21px;
  background: url("../images/gumb-veliki-galerija.png") no-repeat left bottom;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  background-position: right bottom;	
}