/* related_posts class, added by FV Image Thumbnailer plugin */
ol.related_posts {
  margin: 0;
  padding: 0;
}
.related_posts li {
  display: inline;
	margin: 0;
	padding: 0;
	text-align: left;
	list-style-type: none;
}
.related_posts img {
    padding: 0;
    margin: 0;
}
.related_posts li a {
  display:block;
  margin: 0;
	padding: 7px;
  width: 104px;
  min-height: 180px;
  position: relative;
  float: left;
  font-size: 0.8em;
  line-height: 1.4em;
  color: black;
  border-right: 1px solid #ddd;
  border-bottom: 0;
  text-decoration: none;
}
.related_posts li a:hover {
  background-color: #eee;
  text-decoration: none;
  border-bottom: 0;
}
.related_posts li a img {
  border: 1px solid #ddd;
  padding: 2px;
}
.related_posts li.last a { border-right: none; }
.noimage-1 {
  height: 100px;
  width: 100px;
  border: 1px solid #ddd;
  padding: 2px;
  margin: 0;
  background: url('related-posts-noimage.png') 2px 2px no-repeat;
}
.noimage-2 {
  height: 100px;
  width: 100px;
  border: 1px solid #ddd;
  padding: 2px;
  margin: 0;
  background: url('related-posts-noimage.png') 2px 2px no-repeat;
}
.noimage-3 {
  height: 100px;
  width: 100px;
  border: 1px solid #ddd;
  padding: 2px;
  margin: 0;
  background: url('related-posts-noimage.png') 2px 2px no-repeat;
}
.noimage-4 {
  height: 100px;
  width: 100px;
  border: 1px solid #ddd;
  padding: 2px;
  margin: 0;
  background: url('related-posts-noimage.png') 2px 2px no-repeat;
}
.noimage-5 {
  height: 100px;
  width: 100px;
  border: 1px solid #ddd;
  padding: 2px;
  margin: 0;
  background: url('related-posts-noimage.png') 2px 2px no-repeat;
}
.related_posts_clear {
	clear: both;
}