.overlay {
	/*float: left;*/
	/*margin: 5px;*/
	background: #ffffff;
	/*padding: 8px;*/
	position: relative;
	/*box-shadow: 0 1px 3px rgba(0,0,0,0.1);*/
}
.overlay a,
.overlay a img {
	display: block;
	position: relative;
}
.overlay a {
	overflow: hidden;
}
.overlay a div {
	position: absolute;
	background: #333333;
	background: rgba(75,75,75,0.7);
	width: 100%;
	height: 100%;
}
.overlay a div span {
	display: block;
	padding: 10px 0;
	font-size: 18px;
	margin: 40px 20px 20px 20px;
	text-transform: uppercase;
	text-align: center;
	font-weight: normal;
	color: rgba(255,255,255,0.9);
	/*
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	border-bottom: 1px solid rgba(255,255,255,0.5);
	box-shadow: 0 1px 0 rgba(0,0,0,0.1), 0 -10px 0 rgba(255,255,255,0.3);
	*/
}