.boxgrid1{width:286px; height:201px; margin:3px; float:left; background:#161613; border:solid 1px #999; overflow:hidden; position:relative; }
.boxgrid2{width:186px; height:110px; margin:3px; float:right; background:#161613; border:solid 1px #999; overflow:hidden; position:relative; }
.boxgrid3{width:286px; height:111px; margin:3px; float:left; background:#161613; border:solid 1px #999; overflow:hidden; position:relative; }
.boxgrid4{width:186px; height:201px; margin:3px; float:right; background:#161613; border:solid 1px #999; overflow:hidden; position:relative; }
.boxgrid5{width:216px; height:90px; margin:3px 4px 3px 3px; float:left; background:#161613; border:solid 1px #999; overflow:hidden; position:relative; }
.boxgrid6{width:256px; height: 90px; margin:3px 3px 3px 4px; float:right; background:#161613; border:solid 1px #999; overflow:hidden; position:relative; }
.boxgrid1 img, .boxgrid2 img, .boxgrid3 img, .boxgrid4 img, .boxgrid5 img, .boxgrid6 img{ 
	position: absolute; 
	top: 0; 
	left: 0; 
	border: 0; 
}
.boxgrid p{ 
	padding: 0 10px; 
	color:#afafaf; 
	font-weight:bold; 
	font:Arial, sans-serif; 
}
.boxcaption{ 
	float: left; 
	position: absolute; 
	background: #000; 
	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: 260;
	left: 0;
}
.caption .boxcaption {
	top: 220;
	left: 0;
}