div.gallery {
  display: block;
  float: left;
  clear:  both;
}

div.gallery-item {
  display:block;
  float: left;
  padding-right: 5px;
}
