.boxgrid{ 
width: 185px; 
height: 180px; 
margin:10px; 
float:left; 
background:#161613; 
border: solid 2px #fff; 
overflow: hidden; 
position: relative; 
}

.boxgrid h3{
margin: 10px 10px 0 10px;
color:#FFF;
font-size:11pt;
}

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

.boxgrid p{ 
padding: 0 10px; 
color:#afafaf; 
font-weight:bold; 
font:10pt "Lucida Grande", Arial, sans-serif; 
margin:0;
margin-top:10px;
}
				
.boxcaption{ 
float: left; 
position: absolute; 
background: #000; 
height: 100px; 
width: 100%; 
opacity: .9; 
bottom:-60px;

/* For IE 5-7 */
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
/* For IE 8 */
-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
}

.captionfull .boxcaption {
top: 160;
left: 0;
}

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