/* line 7, ../sass/lightbox.sass */
body:after {
  display: none;
}

/* line 11, ../sass/lightbox.sass */
.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background: #000000;
  opacity: .5;
  filter: alpha(opacity=50);
  display: none;
}

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

/* line 35, ../sass/lightbox.sass */
.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  overflow: hidden;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
  border-radius: 40px;
  background:-webkit-linear-gradient(top , #fff, #ebeef0) repeat scroll 0 0 transparent;
  background: -moz-linear-gradient(center top , #fff, #ebeef0) repeat scroll 0 0 transparent; 
  background: -o-linear-gradient(top , #fff, #ebeef0) repeat scroll 0 0 transparent;
  background: -mz-linear-gradient(top , #fff, #ebeef0) repeat scroll 0 0 transparent;
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff,endColorstr=#ebeef0); /*  IE */
}
/* 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: 40px;
}
/* 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;
}

/* 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 {
  height: 100%;
  outline: none;
}

/* line 77, ../sass/lightbox.sass */
.lb-prev, .lb-next {
  width: 15px;
  height: 100%;
  cursor: pointer;

  /* Trick IE into showing hover */
  display: block;
}

/* line 84, ../sass/lightbox.sass */
.lb-prev {
  position: absolute;
  left: 20px;
  top: 50%;
  background: url(../images/btn.png) 0 0 no-repeat;
}
/* line 87, ../sass/lightbox.sass */
.lb-prev:hover {
  background: url(../images/btn.png) -30px 0 no-repeat;
}

/* line 90, ../sass/lightbox.sass */
.lb-next {
  position: absolute;
  right: 20px;
  top: 50%;
  background: url(../images/btn.png) -15px 0 no-repeat;
}
/* line 93, ../sass/lightbox.sass */
.lb-next:hover {
  background: url(../images/btn.png) -45px 0 no-repeat;
}
.lb-dataContainer {
  margin: 0 auto;
  position: absolute;
  top: 24px;
  right: 22px;
  z-index: 9999999;
}
/* line 121, ../sass/lightbox.sass */
.lb-close {
  display: block;
  float: right;
  width: 23px;
  height: 23px;
  background: url(../images/btn.png) -60px 0 no-repeat;
  text-align: right;
  outline: none;
}
/* line 130, ../sass/lightbox.sass */
.lb-close:hover {
  cursor: pointer;
  background: url(../images/btn.png) -83px 0 no-repeat;
}
