@charset "utf-8";
/* CSS Document */
.boxgrid {
	width: 175px;
	height: 200px;
	margin:10px;
	float:left;
	background:#161613;
	overflow: hidden;
	position: relative;
}
.boxgrid img {
	position: absolute;
	top: -50px;
	left: 0;
	border: 0;
}
.boxgrid p {
	padding: 0 10px;
	color:#afafaf;
	font-weight:bold;
	font:10pt "Lucida Grande", Arial, sans-serif;
}
.boxcaption {
	float: left;
	position: absolute;
	background: #000;
	height: 60px;
	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)";
}
.boxgrid_photo {
	margin:10px;
	float:left;
	background:#161613;
	border: solid 2px #900;
	overflow: hidden;
	position: relative;
}
.captionfull .boxcaption {
	top: 50px;
	left: 0;
}
.caption .boxcaption {
	top: 220px;
	left: 0;
}

