.da-thumbs {
	list-style: none;
	width: 1024px;
	height: 300px;
	position: relative;
	margin-left: 15px;
	padding: 0;
}
.da-thumbs li {
	float: left;
	margin-bottom: 0px; margin-right: 5px; margin-top: 5px; margin-left: 0px;
	background: #1D4877;
	padding: 8px;
	position: relative;
	box-shadow: #D1656D;
	height: 105px;
	width: 118px;
}
.da-thumbs li a,
.da-thumbs li a img {
	display: block;
	position: relative;
	height: 105px;
	width: 118px;
}
.da-thumbs li a {
	overflow: hidden;
}
.da-thumbs li a div {
	position: absolute;
	background: #333;
	background: #D1656D;
	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: bolder;
	text-align:center;
	font-size:13px;
	color: #1D4877;
	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);
}