/* line 6, ../sass/lightbox.sass */
#lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10001;
  background-color: rgb(0, 0, 0);
  width: 100%;
  height: 100%;
  opacity: 0.6;
  -moz-opacity: 0.6;
  filter: alpha(opacity=60);
    display: none;

}

/* line 15, ../sass/lightbox.sass */
#lightbox {
  position: fixed;
  left: 0;
  top: 40px;
  width: 100%;
  z-index: 10002;
  text-align: center;
  line-height: 0;
  font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
  font-weight: normal;
}
/* line 24, ../sass/lightbox.sass */
#lightbox img {
/*
  width: auto;
  height: auto;
*/
    vertical-align: middle;

}
/* 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;
  -webkit-user-select: none;
   border: rgba(255, 255, 255, .1) 1px solid;
-webkit-box-sizing: border-box;
-webkit-box-sizing: border-box;

}
/* 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 {
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: black;
    text-align: center;
}

/* 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: 10002;
}

/* 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: 49%;
  height: 100%;
  /* Trick IE into showing hover */
  display: block;
}

/* line 72, ../sass/lightbox.sass */
.lb-prev {
  left: 0;
  float: left;
  cursor:pointer;
  background: url('../../images/lightbox/prev_pale.png') left 48% no-repeat;
}
.lb-image {
    position: relative;
    z-index: 10002;

}
/* line 76, ../sass/lightbox.sass */
.lb-next {
  right: 0;
  float: right;
  cursor:pointer;
  background: url('../../images/lightbox/next_pale.png') right 48% no-repeat;
}

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

/* line 85, ../sass/lightbox.sass */
.lb-next:hover {
  background: url('../../images/lightbox/next.png') right 48% no-repeat;
}
.lb-fullscreen {
  background: url('../../images/lightbox/fullscreen.png') right 48% no-repeat;
  width: 40px;
  height: 40px;
  position: absolute;
  right: 0;
  bottom: 0;
  cursor: pointer;
}

.lb-close {
  background: url('../../images/lightbox/close_pale.png') no-repeat;
  margin-top: 5px;
  width: 40px;
  height: 40px;
}
.lb-close:hover {
  background: url('../../images/lightbox/close.png') no-repeat;
  margin-top: 5px;
  width: 40px;
  height: 40px;
}

.lb-closeContainer {
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 10004;
/*
  -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;
  background-color: #FFFFFF;
*/
  width: 40px;
  height: 40px;

}

.lb-loadingImage {
  background: url('../../images/lightbox/loading.gif') center center no-repeat;
  background-color: black;
  width: 100%;
  height: 100%;
  z-index: 10001;

}
/* line 88, ../sass/lightbox.sass */
.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
    width: 100%;
    overflow: hidden;
/*  -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;
  background-color: #FFFFFF;
*/
  background-color: #000000;
  position: absolute;
  bottom:0px;
  left:0px;
  opacity: 0.85;
  z-index: 10003;
}
/* 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 10px;
  color: #bbbbbb;
}
/* line 98, ../sass/lightbox.sass */
.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
  padding-bottom: 10px;
  height: 40px;
}
/* line 103, ../sass/lightbox.sass */
.lb-data .lb-caption {
  font-size: 14px;
  font-weight: bold;
  line-height: 1em;
  display: block;
  color:#FFFFFF;
}
/* line 107, ../sass/lightbox.sass */
.lb-data .lb-number {
  font-size: 11px;
  padding-left: 0px;
}
/* line 112, ../sass/lightbox.sass */
.lb-closeContainer .lb-close {
  width: 35px;
  float: right;
  padding-bottom: 0.7em;
  outline: none;
}
/* line 117, ../sass/lightbox.sass */
.lb-closeContainer .lb-close:hover {
  cursor: pointer;
}
/* line 51, ../sass/lightbox.sass */
.lb-tnnav {
    display: block;
}

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

/* line 65, ../sass/lightbox.sass */
.lb-tnprev, .lb-tnnext {
  position: absolute;
  bottom: 0;
  z-index: 10002;
  width: 40px;
  height: 100%;
  /* Trick IE into showing hover */
  display: block;
}

/* line 72, ../sass/lightbox.sass */
.lb-tnprev {
  left: 0;
  float: left;
  cursor:pointer;
  background: url('../../images/lightbox/prev_pale.png') left 48% no-repeat;
}
.lb-tnnext {
  right: 0;
  float: right;
  cursor:pointer;
  background: url('../../images/lightbox/next_pale.png') right 48% no-repeat;
}

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

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

.lb-dataThumbnails-bg {
    position: fixed;
    bottom: 0;
    left:0;
    width: 100%;
    overflow:hidden;
    z-index:10003;
    height: 100px;
    display:block;
}
.lb-dataThumbnails {
    background-color: black;
    overflow: hidden;
    height: 100px;
}
.lb-dataThumbnails table {
    margin-left: 10px;
    margin-right: 10px;
}

.lb-dataThumbnails-scroll {
/*    display: table-row; */
    width: auto;
    display: table;
}
#lightbox .lb-dataThumbnails td.lb-dataThumbnails-img {
    display:table-cell;
    opacity: 0.3;
    -moz-opacity: 0.3;
    filter: alpha(opacity=30);
}
#lightbox .lb-dataThumbnails td.lb-dataThumbnails-img:hover,#lightbox .lb-dataThumbnails td.lb-dataThumbnails-img.hover {
  opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);

    width:auto;
    height:auto;
}
#lightbox .lb-dataThumbnails td.lb-dataThumbnails-img img {
    padding: 2px;
    cursor: pointer;
}