*{ padding:0px; margin:0px; }
		
.boxgrid{ 
	width: 148px; 
	height: 121px; 
	margin:10px; 
	float:left; 
	background:#141414; 
	border: solid 1px #fff; 
	overflow: hidden; 
	position: relative; 
}

boxgrid img{ 
	position: absolute; 
		top: 0; 
		left: 0; 
		border: 0; 
	}
	.boxgrid p{ 
		padding: 0 10px; 
		color:#fff; 
		font-weight:bold; 
		font:10pt 'Century Gothic'; 
	}
	
.boxcaption{ 
	float: left; 
	position: absolute;
	background: #000; 
	height: 85px; 
	width: 100%; 
	opacity: .7; 
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}
	.captionfull .boxcaption {
		top: 260;
		left: 0;
	}
	.caption .boxcaption {
	top: 129px;
	left: 0px;
	}
