/* line 6, ../sass/lightbox.sass */
#lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=85);
  opacity: 0.85;
  display: none;
}

/* line 15, ../sass/lightbox.sass */
#lightbox {
  position: absolute;
  left: 50%;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}
#lightbox img {
  width: auto;
  height: auto;
}
#lightbox .lb-image { /*width:600px;*/}
/* line 27, ../sass/lightbox.sass */
#lightbox a img {
  border: none;
}

/* line 30, ../sass/lightbox.sass */
.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
}
.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

/* line 39, ../sass/lightbox.sass */
.lb-container {
  padding:20px;
  background:#e6e6e6;
}

/* 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;
}
.lb-prev, .lb-next {
	position:absolute; top:50%;
	height:58px;
  width: 58px;
  display: block;
}
.lb-prev {
  left: 22px;
  background: url(../images/prev.png) center center no-repeat;
}
.lb-next {
  right:22px;
  background: url(../images/next.png) center center no-repeat;
}
.lb-closeContainer { position: relative}
/* line 88, ../sass/lightbox.sass */
.lb-dataContainer { height:0;
  margin: 0 auto;
  background:#fff;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -ms-border-bottom-left-radius: 4px;
  -o-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -ms-border-bottom-right-radius: 4px;
  -o-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
/* 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 {
  padding: 0 15px;
}
/* line 98, ../sass/lightbox.sass */
.lb-data .lb-details {
  width: 99%;
  float: left;
  text-align: left;
}
/* line 103, ../sass/lightbox.sass */
.lb-data .lb-caption {
  font-size: 15px;
  line-height: 24px;
  color:#666666;
}
.lb-data .lb-caption span { display:block; font-size:18px; font-weight:bold; color:#b68e5c; margin-bottom:10px;}
/* line 107, ../sass/lightbox.sass */
.lb-data .lb-number {
  display: block; color:#fff; padding-bottom:5px; height:20px; font-size:0;
}
/* line 112, ../sass/lightbox.sass */
.lb-nav .lb-close {
  width: 42px; height:42px;
  outline: none;
  position:absolute; top:2px; right:-8px; z-index:9999;
}
.lb-nav .lb-close img { width:42px; height:42px; display:block;}
/* line 117, ../sass/lightbox.sass */
.lb-nav .lb-close:hover {
  cursor: pointer;
}
