.thumbnail{
	float: left;
	margin: 10px;
	background: #eee;
	padding: 7px;
	display: inline;
}

.thumbnail:hover{
	background: #CECECE;
	}