.related-posts {
		clear: both;
}

.related-posts ul {
    margin: 1em 0 2em 0;
    padding: 0;
    list-style: none;
    width: 100%;
    float: left;
    clear: both;
    display: block;
    
}
.related-posts li {
    margin: 0;
    padding: 0;
    display: inline;
    clear: left;
    margin-right: 50px;
}
.related-posts img {
    margin: 0 0.5em 0.5em 0;
    float: left;
    border: 2px #e6e6e6 solid;
    width: 75px;
    height: 55px;
}

.related-posts a {
    float: left;
    display: block;
    margin-right: 20px;
}
