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

a {
	color:#333;
}
 h4 {
	margin: 10px 10px 0 10px;
	color:#000;
	letter-spacing:0px;
	font-weight: normal;
	text-align: center;
	font-family: Arial, Verdana, Geneva, sans-serif;
	font-size: 0.82em;
	font-style: normal;
	color:#FFF;
}
.boxgrid {
	width: 275px;
	height: 206px;
	margin:10px 5px 0 5px;
	float:left;
	background:#161613;
	border: solid 2px #8399AF;
	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;
}
.boxcaption {
	float: left;
	position: absolute;
	background: #000;
	height: 50px;
	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: 260;
	left: 0;
}
.caption .boxcaption {
	top: 231px;
	left: 0px;
}
h3 a {
}

