/* line 7, ../sass/lightbox.sass */
body:after {
  content: url(/images/closelabel.png) url(../img/loading.gif) url(/images/btnPrevious.png) url(/images/btnNext.png);
  display: none;
}

/* line 11, ../sass/lightbox.sass */
.lightboxOverlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 999999;
	background-color: #423A35;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	opacity: 0.7;
	display: none;
}

/* line 20, ../sass/lightbox.sass */
.lightbox {
  position: absolute;
  left: 0;
  margin-top:-50px;
  width: 100%;
  z-index: 100009999;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}
/* line 28, ../sass/lightbox.sass */
.lightbox .lb-image {
  display: block;
  height: auto;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}
/* line 32, ../sass/lightbox.sass */
.lightbox a img {
  border: none;
}

/* line 35, ../sass/lightbox.sass */
.lb-outerContainer {
	position: relative;
	background-color: #E8E7E4;
  *zoom: 1;
	width: 600px;
	height: 300px;
	margin: 0 auto;
	 top: 0;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	-o-border-radius: 0px;
	border-radius: 0px;
		-moz-box-shadow: 3px 3px 11px #333333;
	-webkit-box-shadow: 3px 3px 11px #333333;
	box-shadow: 3px 3px 11px #333333;
	margin-bottom:5px;
}
/* line 38, ../../../../.rvm/gems/ruby-1.9.3-p392/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

/* line 44, ../sass/lightbox.sass */
.lb-container {
  padding: 4px;
}

/* line 47, ../sass/lightbox.sass */
.lb-loader {
  position: absolute;
  top: 43%;
  left: 0%;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

/* line 56, ../sass/lightbox.sass */
.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../img/loading.gif) no-repeat;
}

/* line 63, ../sass/lightbox.sass */
.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

/* line 71, ../sass/lightbox.sass */
.lb-container > .nav {
  left: 0;
}

/* line 74, ../sass/lightbox.sass */
.lb-nav a {
  outline: none;
}

/* line 77, ../sass/lightbox.sass */
.lb-prev, .lb-next {
  width: 49%;
  height: 100%;
  cursor: pointer;
  /* Trick IE into showing hover */
  display: block;
    opacity:0.8;
	
}
.lb-prev {
	left: 0;
	float: left;
	background: url(/images/prevWhite.svg) left 48% no-repeat;
	background-size: 35px;
	opacity: 0.5;
	text-indent: -9999px;
}

.lb-next {
  right: 0;
  float: right;
background: url(/images/nextWhite.svg) right 48% no-repeat;
background-size:35px;
opacity:0.5;
text-indent: -9999px;
}

.lb-next:hover, .lb-prev:hover  {
 opacity:1;
}

/* line 96, ../sass/lightbox.sass */
.lb-dataContainer {
	margin: 0 auto;
	padding-top: 5px;
    *zoom: 1;
	width: 100%;
	max-width:1600px;
	position: relative;
}
/* line 38, ../../../../.rvm/gems/ruby-1.9.3-p392/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

/* line 103, ../sass/lightbox.sass */
.lb-data {
  padding: 0 4px;
  color: #bbbbbb;
}
/* line 106, ../sass/lightbox.sass */
.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}
/* line 111, ../sass/lightbox.sass */
.lb-data .lb-caption {
  font-size: 16px;
  font-weight: normal;
  line-height: 1em;
  color:#fff;
}
/* line 115, ../sass/lightbox.sass */
.lb-data .lb-number {
  display: block;
  clear: left;
  padding-top: 1em;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
  opacity: 0.7;
}
/* line 121, ../sass/lightbox.sass */
.lb-data .lb-close {
	display: block;
	float: right;
	width: 90px;
	height: 30px;
	background: url(/images/closelabel.png) top right no-repeat;
	text-align: right;
	outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
	opacity: 0.9;
	position: absolute;
	z-index: 999999999999999999999;
	top:-50px;right:20px;
}
/* line 130, ../sass/lightbox.sass */
.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-data .lb-close {
	display: block;
	float: right;
	width: 30px;
	height: 30px;
	text-align: right;
	outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
	opacity: 1;
	position: absolute;
	z-index: 999999999999999999999;
	top: 1px;
	bottom:auto;
	right: 6px;
	background-color:#5f1804;
	background-image: url(/images/close.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 98%;
}



/* line 130, ../sass/lightbox.sass */
.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  background-color:#900;
}
