.boxgrid{ 
	width: 200px; 
	height: 110px; 
	float:left; 
	margin-right: 10px;
	margin-bottom: 20px;
	background:#fff; 
	border: 5px solid #f1f1f1;
	overflow: hidden; 
	position: relative; 
}
.boxgrid img{ 
	position: absolute; 
	top: 0; 
	left: 0; 
	border: none; 
}
.boxgrid p{ 
	padding: 0 10px 0 0; 
	color:#555; 
	font-weight:bold; 
}

.boxgrid a{ 
	border: none
}

.boxgrid h3{ 
	color:#555; 
}
	
.boxcaption{ 
	float: left; 
	position: absolute; 
	background: #fff; 
	height: 30px; 
	width: 100%; 
	opacity: .9; 
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	}
.captionfull .boxcaption {
	padding-top: 10px;
	padding-left: 10px;
	top: 140px;
	left: 0;
}
.caption .boxcaption {
	top: 140px;
	left: 0;
}
