#lightbox {
  text-shadow: none;
}
.imageRow {
  *zoom: 1;
  margin-top: 10px;
}
.imageRow:after {
  content: "";
  display: table;
  clear: both;
}
.imageRow .single {
  float: left;
}
.imageRow .single a {
  float: left;
  display: block;
  background: #537a61;
  line-height: 0;
  margin-right: 11px;
}
.imageRow .single a img {
  border: 1px solid rgba(0, 0, 0, 0.3);
}
.imageRow .single a:hover {
  background-color: #accaa6;
}
.imageRow .set {
  float: left;
}
.imageRow .set:hover {}
.imageRow .set .single a {}
.imageRow .set .single a:hover {}
.imageRow .set .single.first a {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  -ms-border-top-left-radius: 4px;
  -o-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -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;
}
/* line 358, ../sass/screen.sass */
.imageRow .set .single.last a {
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  -ms-border-top-right-radius: 4px;
  -o-border-top-right-radius: 4px;
  border-top-right-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;
  margin-right: 0px;
}