.thumbnail
{
	cursor: pointer;
	border: solid 2px transparent;
}
.thumbnail:hover
{
	border-color: blue;
}

