.boxgrid{ 
	width: 144px; 
	height: 144px; 
	margin: 10px 0px 0px 0px; 
	float:left; 
	background:#161613; 
	border: solid 1px #e3e3e3; 
	overflow: hidden; 
	position: relative; 
}
	.boxgrid img{ 
		position: absolute; 
		top: 0; 
		left: 0; 
		border: 0;
	}
	.boxgrid p{ 
		padding: 5px;
		padding-bottom: 0px;
		color: #ed6f0b; 
		font-weight:bold; 
		font: 10px Verdana, Arial, sans-serif; 
	}
	
.boxcaption{ 
	float: left; 
	position: absolute; 
	border-top: 1px solid White;
	background: #000; 
	height: 100px; 
	width: 100%; 
	opacity: .8; 
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	}
		.caption .boxcaption {
			top: 105px;
			left: 0px;
		}