/* CSS Document */


.boxgrid{ 
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
width: 559px; 
height: 191px; 
margin:5px; 
float:left; 
background:#161613; 
border: 0px; 
overflow: hidden; 
position: relative; 
}

.boxgrid img{
position: absolute;
top: 0px;
left: 0px;
border: 0;
width: 559px;
height: 191px;
}

.boxgrid p{ 
padding: 0 10px; 
color:#afafaf;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
font-size:22px;
}
				
.boxcaption{
float: left;
position: absolute;
background: #000;
height: 70px;
width: 559px;
opacity: .8;

/* For IE 5-7 */
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
/* For IE 8 */
-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
overflow: hidden;
}

.captionfull .boxcaption {
top: 193px;
left: -1px;
}

.caption .boxcaption {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
top: 100;
left: 0;
}
				
				
