.da-thumbs {
	list-style: none;
	width: 100%;
	height: 200px;
	position: relative;
	margin: 10px auto;
	padding: 0;
}
.da-thumbs li {
	float: left;
	margin: 15px;
	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;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+10,000000+31&amp;0+11,0+11,0+13,0.65+31 */
background: -moz-linear-gradient(top,  rgba(0,0,0,0) 10%, rgba(0,0,0,0) 11%, rgba(0,0,0,0) 13%, rgba(0,0,0,0.65) 31%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(10%,rgba(0,0,0,0)), color-stop(11%,rgba(0,0,0,0)), color-stop(13%,rgba(0,0,0,0)), color-stop(31%,rgba(0,0,0,0.65))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 10%,rgba(0,0,0,0) 11%,rgba(0,0,0,0) 13%,rgba(0,0,0,0.65) 31%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(0,0,0,0) 10%,rgba(0,0,0,0) 11%,rgba(0,0,0,0) 13%,rgba(0,0,0,0.65) 31%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(0,0,0,0) 10%,rgba(0,0,0,0) 11%,rgba(0,0,0,0) 13%,rgba(0,0,0,0.65) 31%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(0,0,0,0) 10%,rgba(0,0,0,0) 11%,rgba(0,0,0,0) 13%,rgba(0,0,0,0.65) 31%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */

	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(255,255,255,0.3);
}