.thumbnail-live {
	margin:3px;
	float:left;	
	border: solid 4px #ffeed3;
	}
.thumbnail img{	
	margin:3px;
	float:left;
	border: 4px solid #fdfdf5;
	}
.thumbnail:hover img{
	margin:3px;
	float:left;
	border: solid 4px #f00;
} 
