.boxgrid{ 
	width:235px;
	height:176px;
	float:left; 
	background:#ccc; 
	overflow: hidden; 
	position: relative; 
}
	.boxgrid img{ 
		position: absolute; 
		top: 0; 
		left: 0; 
		border: 0; 
	}
	.boxgrid p{ 
		padding: 6px; 
		font-family:Arial, Helvetica, sans-serif;
		font-size:13px;
		color:#404040;
	}
	
a.boxgrid{
	text-decoration:none;
}

.boxgrid.projects {
	height:132px;
	border-bottom:1px solid #aaa;
	background:none;
}

.boxcaption{  
float: left;  
position: absolute;  
background: #ffff00;  
height: 100px;  
width: 100%;  
}  
	
.captionfull .boxcaption {  
top: 176px;  
left: 0;  
}  