h3{
	margin: 10px 10px 0 10px;
	color:white;
	font:18pt Arial, sans-serif;
	letter-spacing:-1px;
	font-weight: bold;
	}
			
.boxgrid{ 
	width: 296px; 
	height: 170px; 
	float:left; 
	background: #5a7e92; 
	border: none; 
	overflow: hidden; 
	position: relative; 
	padding:0px;
	margin:0px;
	}
	
.boxgrid.slidedown{
	background: #ff6418;
	color: white;
	}
	
.boxgrid.slidedown p, .boxgrid.slidedown a {
	color: white;
	}
	
.boxgrid.slideright{
	background: #5a7e92;
	color: white;
	}
	
.boxgrid.slideright p, .boxgrid.slideright h3 {
	color: white;
	}
	
.boxgrid.slideright a {
	color: #c3d3df;
	}
	
.boxgrid img{ 
	position: absolute;
	top: 0px; 
	left: 0px; 
	border: 0px; 
	z-index: 0;
	}
	
img.cover { 
	position: absolute;
	top: 0px; 
	left: 0px; 
	border: 0px; 
	z-index: 2;
	}
	
.boxgrid p{ 
	padding: 0 10px; 
	color:#c3d3df; 
	font-weight:bold; 
	font:10pt Arial, sans-serif; 
	}
	
.boxgrid a{
	color:#ff6418;
	font-weight:bold;
	}
			
			
.boxcaption{ 
	float: left; 
	position: absolute; 
	background: #333130; /*36424a*/
	height: 170px; 
	width: 100%; 
	opacity: 1; 
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
 	z-index:0;
	}
		
 .captionfull .boxcaption {
 	top: 260px;
 	left: 0px;
	
	}
	
.caption .boxcaption {
	top: 220px;
	left: 0px;
	}