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

.boxgrid a { 
	color: #C8DCE5;
	text-decoration: underline;
}

h2 { 
	margin: 10px 10px 0 10px; 
	color: #FFF; 
	font: 18pt Arial, sans-serif; 
}

.boxgrid{ 
	width: 279px; 
	height: 279px; 
	float: left; 
	background:#161613; 
	overflow: hidden; 
	position: relative; 
}

.boxgrid img{ 
	top: 0; 
	left: 0; 
	border: 0;
	margin-top: 0;
}

.boxgrid p{ 
	padding: 0 10px; 
	color: #afafaf; 
	font-weight: bold;
	font-family: Arial, sans-serif;
}

.boxcaption{ 
	float: left; 
	position: absolute; 
	background: #000; 
	height: 100px; 
	width: 100%; 
	opacity: .7; 
	/* For IE 5-7 */
	_filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

.boxcaption2{ 
	float: left;
	margin-top: 20px; 
	position: absolute; 
	background: #000; 
	height: 110px; 
	width: 100%; 
	opacity: .7; 
	/* For IE 5-7 */
	_filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

.captionfull .boxcaption {
	top: 379px;
	left: 0;
}
