.related_posts {
    -moz-box-sizing: border-box;
    margin-bottom: 20px;
    overflow: hidden;
    padding-bottom: 3px;
}
.related_post_label {
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 1.4em;
}
.related_posts_list {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.related_posts_list li {
    -moz-box-sizing: border-box;
    float: left;
    margin-right: 2%;
}
.related_post_thumb, .related_post_thumb:visited {
    border: 1px solid #CCCCCC;
    border-radius: 1px 1px 1px 1px;
    box-shadow: 0 0 2px #DEDEDE;
    display: block;
    margin-bottom: 8px;
    overflow: hidden;
    transition: all 250ms ease-in-out 0s;
	padding: 3px;
}
.related_post_thumb img{
	vertical-align: middle;
}
.related_post_thumb:hover {
    opacity: 0.9;
}
a img {
    border: 0 none;
}
.related_post_title {
    display: block;
    font-weight: bold;
    width: 156px;
}
a.related_post_title, a.related_post_title:visited {
    transition: all 250ms ease-in-out 0s;
}
a.related_post_title:hover {
    text-decoration: none;
}