.wp-thumby-related-posts ul {
	list-style: none !important; 
	margin-left: 0px !important;
}
.wp-thumby-related-posts ul li {
    padding: 0px;
    margin: 3px 0 5px;
}
.wp-thumby-related-posts ul li a {
    text-decoration: none;
}
.wp-thumby-related-posts ul li img {
    border: 1px solid #A7A6A6;
	margin-right: 6px;
	padding: 1px;
	float: left;
}
.wp-thumby-related-posts .title {
	font-size: 12px;
	font-weight: bold;
	display: block;
}
.wp-thumby-related-posts .clearfix::after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}