.boxgrid h3 {
	margin:10px 10px 0;
	color:#FFF;
	font-family: sf_fedoraregular, 'Comic Sans MS';
	font-size:16pt;
	letter-spacing:-1px;
	font-weight:700;
}
.boxgrid h4 {
	margin:10px 10px 0;
	color:#FFF;
	font-family: sf_fedoraregular, 'Comic Sans MS';
	font-size: 14pt;
	letter-spacing:-1px;
	font-weight:700;
}

.boxgrid {
	width:300px;
	height:100px;
	margin:0;
	float:left;
	/* background:red; */
	overflow:hidden;
	position:relative;
}

.boxgrid img {
	position:absolute;
	top:0;
	left:0;
	border:0;
}


.boxgrid p {
	padding:0 10px;
	color:#afafaf;
	font-weight:700;
	font:10pt "Lucida Grande",Arial,sans-serif;
}


.boxcaption {
	float:left;
	position:absolute;
	height:100px;
	width:100%;
	background-image:url(../../themes/asveyou/images/transparent-60pc.png);
	background-repeat:repeat;
}

.boxcaption h3 a {
	color:#FFF;
	text-decoration: none;
}
.boxcaption h3 a:hover {
	color: #DC4F06;;
	text-decoration: none;
}
.captionfull .boxcaption {
	top:60px;
	left:0;
}

.caption .boxcaption {
	top:60px;
	left:0;
}