@charset "utf-8";
/* CSS Document */
#boxgrid{	
	width: 650px;
	margin-left:-2px;
	border:1px solid #000000;}
#boxgrid a {
	color:#FFFFFF;
	text-decoration: underline;
}
#boxgrid a:hover{
	text-decoration: none;
}
#boxgrid .text-h3{
	margin: 5px 15px 10px 0;
	font-size: 15px;
}
.boxcaption .text-h3 a,#boxgrid .text-h3 :visited{
	color:#ffffff;
	font-weight: bold;
	font-size:15px;
}
#boxgrid .boxgrid {
	width: 650px;
	height: 310px;
	margin:5px 0;
	float:left;
	overflow: hidden;
	position: relative;
}
#boxgrid .boxgrid img {
	position: absolute;
	top: 0;
	left: 0;
}
#boxgrid .boxgrid p {
	padding: 1px 15px 0;
	color:#fff;
	line-height: 15px;
}
#boxgrid .boxcaption {
	float: left;
	position: absolute;
	height: 96px;
	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)";
	background-color: #282828;
	text-align: left;
}

#boxgrid .caption .boxcaption {
	top: 272px;
	left: 0;
}

