.thumbnail {
  float: left;
  position: relative;
  margin: 0 20px 20px 0;
  padding: 0;
  display: inline;
  max-width: 160px;
  zoom: 1;
}
.thumbnail img {
  float: left;
  /*
  max-width: 100%;
  max-height: 100%;*/
  max-width: 160px;
}
.thumbnail-landscape,
.thumbnail-landscape img { max-height: 180px; max-width: 100%;  }

.thumbnail:last-child { margin-right: 0 !important; }

.love {
	width: 100%;
  float: left;
  clear: both;
  font-size: 13px;
  text-transform: uppercase;
  color: #666;
}

.hearts {
	font-family: 'BemboMT-SemiBoldItalic', Georgia, Times, "Times New Roman", serif;
}

