.thumbnail {
  float: left;
  width: 350px;
}

.thumbnail:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}

/* Hides from IE-mac \*/
* html .thumbnail {height: 1%;}
.thumbnail {display: block;}
/* End hide from IE-mac */

.thumbnail img {
  float: left;
  border: solid 1px #ddd;
  padding: 1px;
}

.thumbnail .description {
  float: left;
  width: 176px;
  margin: 0 10px;
}

* html .thumbnail .description {
  margin: 0 5px;
}

.thumbnails-wrapper {
  margin: 10px 0;
}

.thumbnails-wrapper:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}

/* Hides from IE-mac \*/
* html .thumbnails-wrapper {height: 1%;}
.thumbnails-wrapper {display: block;}
/* End hide from IE-mac */
