.da-thumbs {
	list-style: none;
	width: 100%;
	height: auto;
	position: relative;


}
.da-thumbs li {
	float: left;
	background: #fff;
	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%;
  background-color: rgb(236, 87, 6);
	border-radius: 3px;
  background-image: url(../images/bg-welcome-note.png);
	background-repeat: repeat;
  opacity:0.9;
}
.da-thumbs li a div span {
	display: block;
	margin: 0 0 10px 0;
	line-height: 1.4em;
	padding: 0;
	font-weight: normal;
	color: #fff;
  font-size: 16px;
	font-weight: normal;
	text-decoration: none;
	font-family: 'TradeGothicBold', Arial, Helvetica, sans-serif;
  padding: 10px 10px 10px 10px;
}
.da-thumbs li {
	float: left;
	background: #fff;
	position: relative;

}
.da-thumbs li span,
.da-thumbs li span img {
	display: block;
	position: relative;
	border-radius:3px;
}
.da-thumbs li span {
	overflow: hidden;
}
.da-thumbs li span div {
	position: absolute;
	width: 100%;
	height: 100%;
    background: rgba(0,0,0,0.8);
	border-radius: 3px;
	background-repeat: repeat;
    opacity:0.9;
}
.da-thumbs li span div span {
	display: block;
	margin: 0;
	line-height: 1.4em;
	padding: 0;
	font-weight: normal;
	color: #fff;
	font-size: 16px;
	font-weight: normal;
	text-decoration: none;
	font-family: 'TradeGothicBold', Arial, Helvetica, sans-serif;
	padding: 0;
	border-radius:3px;
	height: 64%;
	vertical-align: middle;
	padding-top: 21%;
	text-align: center;
}
.da-thumbs li span div span a {
	cursor: pointer;
	text-align: center;
	display: inline-block;
	text-decoration:none;
}
