/* line 6, ../sass/lightbox.sass */
#lightboxOverlay {
  position: absolute;
  top: 0;
  z-index: 9999;
  background-color: #FFF;
 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  opacity:0.9;
  display: none;
}

/* line 15, ../sass/lightbox.sass */
#lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  height:100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
  overflow-y:auto;

}
/* line 24, ../sass/lightbox.sass */
#lightbox img {
  width: auto;
  height: auto;
   max-height: 600px;
  	border: 5px solid #fff;
	-moz-box-shadow: 0 1px 2px rgba(109,72,0,.2);
	-webkit-box-shadow: 0 1px 2px rgba(109,72,0,.2);
	box-shadow: 0 1px 2px rgba(109,72,0,.2);
	-webkit-box-sizing:content-box;
	-moz-box-sizing:content-box;
	box-sizing:content-box;
}
/* line 27, ../sass/lightbox.sass */
#lightbox a img {
  border: none;
  box-shadow:none;
}

/* line 30, ../sass/lightbox.sass */
.lb-outerContainer {
position: relative;
background-color: #FFF;
*zoom: 1;
width: 250px;
height: 250px;
margin: 0 auto;
max-width:100%;
height: auto !important;
}
/* line 38, ../../../../.rvm/gems/ruby-1.9.2-p290/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

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

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

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

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

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

/* line 65, ../sass/lightbox.sass */
.lb-prev, .lb-next {
  width: 40%;
  height: 100%;
/*  background-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");*/
  /* Trick IE into showing hover */
  display: block;
transition:none;
 }

/* line 72, ../sass/lightbox.sass */
.lb-prev {
  left: 0;
  float: left;
margin-left:20px;
}

/* line 76, ../sass/lightbox.sass */
.lb-next {
  right: 0;
  float: right;
margin-right:15px;
}

/* line 81, ../sass/lightbox.sass */
.lb-prev:hover {
 background: url(../images/prev.png) left 50% no-repeat;
 cursor:pointer;
}

/* line 85, ../sass/lightbox.sass */
.lb-next:hover {
 background: url(../images/next.png) right 50% no-repeat;
  cursor:pointer;
}

/* line 88, ../sass/lightbox.sass */
.lb-dataContainer {
  margin: 0 auto;
  padding-top: 0px;
  *zoom: 1;
  /*width: 100%;*/
  max-width:100%;

}
/* line 38, ../../../../.rvm/gems/ruby-1.9.2-p290/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

/* line 95, ../sass/lightbox.sass */
.lb-data {
/*display:block;*/
  padding: 0 10px 0 20px;
  color: #444;
}
/* line 98, ../sass/lightbox.sass */
.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}
/* line 103, ../sass/lightbox.sass */
.lb-data .lb-caption {
  font-size: 13px;
  font-weight: normal;
  line-height: 1em;
}
/* line 107, ../sass/lightbox.sass */
.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 11px;
}
/* line 112, ../sass/lightbox.sass */
.lb-data .lb-close {
  width: 35px;
  float: right;
  padding-bottom: 0.7em;
  outline: none;
}
/* line 117, ../sass/lightbox.sass */
.lb-data .lb-close:hover {
  cursor: pointer;
}
