@charset "utf-8";

/* CSS Document */
.boxgrid{ 
width: 316px; 
height: 200px; 
background:#161613; 
border: solid 2px #8399AF; 
overflow: hidden; 
position: relative;
float:left;
}
.boxgrid img{
	position: absolute;
	top: 0px;
	left: 0px;
	border: 0px;
	height:200px;
}
.boxgrid p, .boxgrid li { 
padding: 5px; 
color:#fff; 
font-weight:bold; 
font:10pt "Lucida Grande", Arial, sans-serif; 
}

.boxcaption{ 
padding:5px 10px;
margin:0px;
float: left; 
position: absolute; 
background: #000; 
height: 200px; 
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)";
}

.boxcaption h1
{
padding:0px;
margin:0px;
color:#FFF;
font:18pt Arial, sans-serif; 
letter-spacing:-1px; 
font-weight: bold;
}

.captionfull .boxcaption {
top: 200px;
left: 0px;
}
.caption .boxcaption {
top: 160px;
left: 0px;
}


