.boxgrid{ 
	width: 248px; 
	height: 211px; 
	float:left; 
	background:#161613; 
	overflow: hidden; 
	position: relative; 
}
	.boxgrid img{ 
		position: absolute; 
		top: 0; 
		left: 0; 
		border: 0; 
	}
			
	.boxgrid p{ 
		padding-top: 20px;
		padding-left:20px;
		color:#505050; 
		font-size:14px; 
	}
	
		.boxgrid p span{
		font-size:22px;
		}
		
		.boxgrid a{
		text-decoration:none;
		color:#505050;
		}
		
	
.boxcaption{ 
	float: left; 
	position: absolute; 
	background: #fff; 
	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)";
	}
		.captionfull .boxcaption {
			top: 251px;
			left: 0;
		}
		.caption .boxcaption {
			top: 211px;
			left: 0;
		}

