.thumbnail
{
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	width: 138px;
	height: 105px;
	text-align: center;
}
.thumbnail a img
{
	border: 2px solid #ccc;
}
.thumbnail a:hover img
{
	border-color: #5A86A3;
}