.thumbnail {
	width: 65px;
	height: 65px;
	margin: 5px;
	display: inline-block;
	border: none;
	border-radius: 5px;
}

.thumbnail img {
	width: 65px;
	height: 65px;
	margin: 5px;
	border: none;
	border-radius: 5px;
}

.thumbnail:hover {
	border: 1px red;
	border-radius: 5px;
}

.thumbnail img:hover {
	border: 1px red;
	border-radius: 5px;
}
