.row-of-thumbs {
  margin: 0 0 15px;
}

.row-of-thumbs:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}

/* Hides from IE-mac \*/
* html .row-of-thumbs {height: 1%;}
.row-of-thumbs {display: block;}
/* End hide from IE-mac */

.thumb {
  float: left;
  width: 139px;
  margin: 0 18px;
  text-align:center;

}

* html .thumb { margin: 0 14px; }

.thumb img {
  border: solid 1px #ddd;
  padding: 1px;
}

.thumb p {
  margin: 0;
  padding: 3px 0 0;
  font-size: 0.785em;
  line-height: 1.3em;
  text-align: center;
}

