DISABLED.da-thumbs {
	list-style: none;
	width: 984px;
	height: 600px;
	position: relative;
	margin: 20px auto;
	padding: 0;
}
DISABLED.da-thumbs .frontpagethumbs {
	float: left;
	position: relative;
/*	margin: 5px;
	background: #fff;
	padding: 8px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.1); */
}
.da-thumbs .frontpagethumbs a,
.da-thumbs .frontpagethumbs a img {
	display: block;
	position: relative;
}
.da-thumbs .frontpagethumbs a {
	overflow: hidden;
}
.da-thumbs div a div {
	position: absolute;
	background: #333;
	background: rgba(255,102,000,0.9);
	width: 100%;
	height: 100%;
	display:none;
}
.da-thumbs div 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);
}