﻿#lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=65);
  opacity: 0.65;
  display: none; 
  background-image:url('../img/opacity80.png');
}

#lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

#lightbox img {
  width: auto;
  height: auto;
}

#lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  background-color: #3c3c3c;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;

}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-container {
  padding:0 20px 20px 20px;
  background-color: #3c3c3c;
}

.lb-loader {
  position: absolute;
  top: 40%;
  left: 0%;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-nav {
  position: absolute;
  top: 40px;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
}

.lb-prev, .lb-next {
  width: 45%;
  height: 100%;
  /* Trick IE into showing hover */
  display: block;
  z-index:9999;
}

.lb-prev {
  left: 0;
  float: left;
  margin-left:5px;
  background-image:url("/Style Library/Branding/img/spacer.png");
}
.lb-next {
  right: 0;
  float: right;
   margin-right:5px;
   background-image:url("/Style Library/Branding/img/spacer.png");
}
.lb-prev:hover {
  background: url("/Style Library/Branding/img/slider-image-previous.png") left 48% no-repeat;cursor:pointer;
}

.lb-next:hover {
  background: url("/Style Library/Branding/img/slider-image-next.png") right 48% no-repeat;cursor:pointer;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 10px;
  color: #eee;
}

.lb-data .lb-details {
  width: 75%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 36px;
  line-height: 1em;
	color:#fff;
	padding-left:10px;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 11px;
}

.lb-data .lb-close {
	font-size:14px;
	width: 50px;
	height: 1em;
	line-height: 1em;
	float: right;
	padding-bottom: 10px;
	outline: none;
	color:#fff;
	padding-top: 10px;
	text-align:left;
	background: url('../img/icons.png') no-repeat -936px -215px;
	display: inline-block;  
	z-index:9999;
	padding-right:8px;
}

.lb-data .lb-close:hover {
	background: url('../img/icons.png') no-repeat -936px -245px;
	cursor: pointer;  
}

.lb-description {
  color: #ddd;
  display: inline-block;
  margin-top: 10px;
  text-align: left;
  width: 100%;
  line-height:18px;
}