@charset "utf-8";
/* CSS Document */

.boxgrid {
	width: 780px;
	height: 390px;
	margin:0px;
	float:left;
	background:#000;
	border: solid 0px #8399AF;
	overflow: hidden;
	position: relative;
}

.boxgrid p {
	padding: 0 10px;
	color:#afafaf;
	font-weight:bold;
	font:9pt "Lucida Grande", Arial, sans-serif;
}
.boxcaption {
	float: left;
	position: absolute;
	background: #000;
	height: 390px;
	width: 100%;
	opacity: .9;
	/* For IE 5-7 */
				filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
	/* For IE 8 */
				-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
}
.caption .boxcaption {
	top: 360px;
	left: 0;
}
