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

.boxgrid{
	width: 240px;
	height: 240px;
	float:left;
	background:#161613;
	overflow: hidden;
	position: relative;
}  
.boxgrid img{  
    position: absolute;  
    top: 0;  
    left: 0;  
    border: 0;  
}  
.boxcaption{
	float: left;
	position: absolute;
	height: 200px;
	width: 240px;
	opacity: .8;
    /* For IE 5-7 */  
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);  
	/* For IE 8 */  
    -MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	top: 240px;
	background-color: #000000;
    }  
	
	
.captionfull .boxcaption {  
    top: 240;  
    left: 0;  
}  
.caption .boxcaption {  
    top: 240;  
    left: 0;  
}  
.navgrid{
	width: 960px;
	height: 200px;
	float:left;
	background:#161613;
	overflow: hidden;
	position: relative;
}  
.boxnav{
	float: left;
	position: absolute;
	height: 200px;
	width: 960px;
	opacity: .8;
    /* For IE 5-7 */  
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);  
	/* For IE 8 */  
    -MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	top: 240px;
	background-color: #0099FF;
    }  
