/**
 * Home
 */
 
#recent-project .thumb, #recent-experiment .thumb {
	text-align: center;
}

#recent-project .thumb a, #recent-experiment .thumb a {
	display: block;
	width: 216px;
	height: 159px;
	padding: 2px;
	background-color: #fafafa;
}

#recent-project .thumb a:hover, #recent-experiment .thumb a:hover {
	background-color: #f26aa9;
}