
#lightbox {
  text-shadow: none;
}


.imageRow .single {
  float: left;
  margin-right: 20px;
  margin-bottom: 40px;
  
}

.imageRow .single3 {
  float: left;
  margin-bottom: 40px;
  
}

.imageRow .single a {
  float: left;
  display: block;
  padding: 0;
  background:#333333;
}

.imageRow .set {
  float: left;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.imageRow .set .single a {
  background: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  margin-right: 0;
}
