.row-of-thumbs {
  margin: 0;
}

.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: 170px;
  margin: 0 0px;
  text-align: center;
}
.thumb1 {
  width: 150px;
  text-align: center;
  float: left;
}
* html .thumb { margin: 0 1px; }

.thumb img, .thumb1 img {
  border: solid 0px #ddd;
  padding: 0px;
  display: inline;
}

.thumb p {
  margin: 0;
  padding: 3px 0 0;
  font-size: 0.785em;
  line-height: 1.3em;
  text-align: center;
}

table#gallery tbody tr td {
	text-align: center;
}