.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: #333;
	background: rgba(75,75,75,0.7);
	width: 100%;
	height: 100%;        
        display: none;
}
.da-thumbs li a div span {
	margin-top: 60%;
        color: #fff;
        text-decoration: underline;
        font-size: 14px;
        text-transform: uppercase;
}