.da-thumbs {
	list-style: none;
	width: 100%;
	position: relative;
	padding: 0;
}
.da-thumbs li {
	width:215px;
	float: left;
	margin: 5px;
	position: relative;
}

.da-thumbs li a,
.da-thumbs li img {
	display: block;
	position: relative;
	width:215px; height:161px;
}
.da-thumbs1 li {
	width:215px;
	float: left;
	margin: 5px;
	position: relative;
}

.da-thumbs1 li a,
.da-thumbs1 li img {
	display: block;
	position: relative;
	width:215px; height:118px;
}
.da-thumbs li a {
	overflow: hidden;
}
.da-thumbs li a div {
	position: absolute;
	background: #333;
	background: rgba(0,0,0,0.3);
	width: 100%;
	height: 100%;
}
.da-thumbs li a div span {
	display: block;
width: 100%;
height: 100%;
padding: 10px 0;
margin: 0px;
text-transform: uppercase;
font-weight: normal;
}
.da-thumbs li a div span img{width:40px; height:40px;margin: 25% auto;}