.boxgrid{  
	width: 272px;  
	height: 200px;  
	margin: 0px;  
	float:left;  
	background:#161613;  
	border: solid 0px #8399AF;  
	overflow: hidden;  
	position: relative;  
	} 
 
.boxgrid img{  
	position: absolute;  
	top: 0px;  
	left: 0px;  
	border: 0px;  
}  

.boxcaption{  
	float: left;  
	position: absolute;  
	background: #000;  
	height: 100px;  
	width: 100%;
	border-top:solid 1px #dddddd;
	opacity: 1;  
	/* For IE 5-7 */  
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);  
	/* For IE 8 */  
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";  
}  

.boxcaption h3	{
	font-weight: bold;
	font-size: 16px;
	padding: 8px;
	color: #aaaaaa;
	}

.boxcaption p	{
	font-weight: normal;	
	padding: 0px 8px 0px 8px;
	color: #ffffff;
	}

.captionfull .boxcaption {  
	top: 260px;  
	left: 0px;  
 }  

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