.boxgrid { 
width: 305px; 
height: 324px; 
float: left; 
overflow: hidden; 
position: relative; 
}

.homegrid {
width: 305px; 
height: 177px;
margin: 0 15px 0 0;
float: left; 
overflow: hidden; 
position: relative; 
}

.boxgrid img, .homegrid img { 
position: absolute; 
top: 0; 
left: 0; 
border: 0; 
}

.boxgrid p, .homegrid p { 
color: #afafaf; 
font-weight: bold; 
font: 10pt Arial, sans-serif; 
}

.homegrid p {
width: 290px;
}
	
.boxcaption { 
float: left; 
position: absolute; 
background: #000; 
height: 90px;
width: 304px;
padding: 15px;
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: 260;
left: 0;
}

.caption .boxcaption {
top: 220;
left: 0;
}
