.imagegallery h2 {
font-size: 16px;
}
.imagegallery-images img {
  position: relative;
  display: block;
  float: left;
  margin: 0 19px 20px 0;
  cursor: pointer;
}
.imagegallery-images img:hover {
  opacity: 0.7;
}

.imagegallery-images {
  margin-right: -20px;
}
.imagegallery-section {
  overflow: hidden;
  clear: left;
}
