			
.boxgrid { 
	float:left;
	position: relative;
	overflow: hidden;
	margin-right:20px;
	padding:10px 10px 10px 5px;
	width:185px;
	height:180px;
	background:#eee; 
}

.boxgrid img { 
	position: absolute; 
	top: 0; 
	left: 0;
	padding:4px;
	border:1px solid #ccc;
	background:#FFF;
}

.boxgrid p { 
}
				
.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;
 }

