/* line 6, ../sass/lightbox.sass */
#lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color:rgba(0,0,0,1);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=85);
  opacity: 0.85;
  display: none;
}

/* line 15, ../sass/lightbox.sass */
#lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
  font-weight: normal;
  font-size:12px;
}
/* line 24, ../sass/lightbox.sass */
#lightbox img {
  width: auto;
  height: auto;
}
/* line 27, ../sass/lightbox.sass */
#lightbox a img {
  border: none;
}

/* line 30, ../sass/lightbox.sass */
.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  display:inline-block;
}
/* 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: 10px;
}

/* 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;
  bottom: -80px;
  left: 248px;
  height: 100px;
  width: 360px;
  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, .lb-close {
  width: 120px;
  height: 100%;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
  /* Trick IE into showing hover */
  display:inline-block;
}

/* line 72, ../sass/lightbox.sass */
.lb-prev {
/*  left: 0;
  float: left;*/
}

/* line 76, ../sass/lightbox.sass */
.lb-next {
/*  right: 0;
  float: right;*/
}

/* line 81, ../sass/lightbox.sass */
.lb-prev {
  background: url(../images/prev.png) left 48% no-repeat;
  position:absolute;
  left:0px;
}

/* line 85, ../sass/lightbox.sass */
.lb-next {
  background: url(../images/next.png) right 48% no-repeat;
  position:absolute;
  left:240px;
}
.lb-close {
  background: url(../images/close.png) center 48% no-repeat;
  display:inline-block;
  position:absolute;
  left:120px;
}
.lb-prev:hover,.lb-next:hover,.lb-close{
	cursor: pointer;
	
}


/* line 88, ../sass/lightbox.sass */
.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *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;
  display:inline-block;
}
/* 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 98, ../sass/lightbox.sass */
.lb-data .lb-details {
	
}
/* line 103, ../sass/lightbox.sass */
.lb-data .lb-caption {
  line-height: 1.6;
  text-shadow:-6px 1px 10px #000000,1px -6px 10px #000000,6px 2px 10px #000000,1px 6px 10px #000000;
}
/* line 107, ../sass/lightbox.sass */
.lb-data .lb-number {
  display:none;
  clear: left;
  padding-bottom: 1em;
  font-size: 11px;
}
/* line 112, ../sass/lightbox.sass */
.lb-data {
  width: 420px;
  float: right;
  padding-bottom: 0.7em;
  padding-left:40px;
  outline: none;
  position:absolute;
  left: 450px;
  z-index: 20;
  text-align:left;
  color:#ffffff;
  bottom:0px
  
}
/* line 117, ../sass/lightbox.sass */
.lb-data .lb-close:hover {
  cursor: pointer;
}


.lb-caption span{
	font-size:16px;
	font-weight:700;

	
}


.lb-nav div {
	width:120px;
	height:100px;
	display:inline-block;
	
}
