.da-thumbs {
	list-style: none;
	width: 984px;
	height: 400px;
	position: relative;
	margin: 20px auto;
	padding: 0;
}
.da-thumbs li {
	float: left;
	margin: 5px;
	background: #fff;
	padding: 8px;
	position: relative;
	box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}
.da-thumbs li a,
.da-thumbs li a img {
	display: block;
	position: relative;
}
.da-thumbs li a {
	overflow: hidden;
}
.da-thumbs li a div {
	position: absolute;
	background: #222;
	background: rgba(25,25,25,0.7);
	width: 100%;
	height: 100%;
}
.da-thumbs li a div span {
	display: block;
	padding: 10px 0;
	margin: 40px 20px 20px 20px;
	text-transform: uppercase;
	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(235,235,235,0.3);
}
.da-thumbs h3{
	/*font-family: 'Open Sans', sans-serif;
	color:#8a8e91;*/
	font-family: 'Open Sans', sans-serif;
	text-transform:uppercase;
	font-size:16px;
	color:#8a8e91;
	padding-top:20px;
	padding-bottom: 20px;
	text-align:left;
	text-shadow: 0px 1px 1px #e4ebe9;
}
.da-thumbs p{
	font-family: 'Open Sans', sans-serif;
	color:#8a8e91;
	line-height: 18px;
	font-size: 14px;
}