*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.da-thumbs {border-top:3px solid #06235f;
	list-style: none;
	width: 100%;
	position: relative;
	margin: 10px auto;
	padding: 0;
	overflow:hidden;
}
.da-thumbs li {border:1px solid  #06235f;margin:-1px -1.2px 0 0;
	float: left;


	position: relative;

}
.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%;
}
.da-thumbs li a div .fd_latest_text1 {
	display: block;
	padding: 10px 0;
	margin: 90px 20px 6px;
	text-transform: uppercase;
	text-align:center;
	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); font-size:15px
}
.da-thumbs li a div .fd_latest_text2 {
	display: block;
	padding-bottom:5px;
	margin: 0px 20px 20px 20px;
	text-align:center;
	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);
}