.boxgrid{ 
	width: 160px; 
	height: 180px; 
	margin:6px; 
	float:left; 
	background:#b9b9b8; 
	border: solid 2px #c4c4c4; 
	overflow: hidden; 
	position: relative; 
}
	.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; 
	}
	.boxgrid span{
		margin: 0 auto;
		padding: 0px 0px 0px 40px;
		color:#afafaf; 
		font-weight:bold; 
		font:70pt "Lucida Grande", Arial, sans-serif; 
	}
	.boxgrid a{
		text-decoration: none;
	}
	
.boxcaption{ 
	float: left; 
	position: relative;
	top: 180px; 
	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: 180;
		left: 0;
	}