.related-posts {
    padding-top: 10px;
}
.related-posts h3 {
    padding-bottom: 5px;
}
.related-posts > div {
    font-size: 0;
}
.related-posts > div > a, .related-posts > div > a span {
    text-decoration: none;
    display: inline-block;
    *display: inline;
}
.related-posts > div > a {
    width: 119px;
    height: 165px;
    padding-bottom: 7px;
    margin: 0;
    vertical-align: top;
    text-align: center;
}
.related-posts > div > a:hover {
    background-color: #ddddee;
}
.related-posts > div > a img {
    width: 100px;
    height: 100px;
    max-width: 100px;
    max-height: 100px;
    min-width: 100px;
    min-height: 100px;
    border: 1px solid #ddd;
    padding: 2px;
    margin: 5px auto 5px auto;
    background-color: #fff;
    display: block;
}
.related-posts > div > a span {
    font-size: 12px;
    color: #000;
    max-height: 2.7em;
    line-height: 1.2em;
    margin: 0 7px 7px 7px;
    width: 100px;
    overflow: hidden;
    padding-bottom: 10px;
    text-align: left;
}
