.boxgrid h3{ color:#fff; width:138px; font:1.8em Geneva, Trebuchet MS, Helvetica; margin: 10px 10px 10px 0;}
	
.boxgrid{ 
	width: 208px; 
	height: 140px;
	color:#FFF;
	margin:5px 10px 5px 0; 
	float:left; 
	background-color:#181919;  
	overflow: hidden; 
	position: relative;
}
	
.boxgrid img{ 
	position: absolute; 
	top: 0; 
	left: 0; 
	border: 0; 
}
	
.boxgrid .sliderContent{ 
	margin: 0 20px;
	font-size:1.1em;
	line-height: 1.2em;
	color:#999999;
}
	
.boxcaption{ 
	float: left; 
	position: absolute;
	background: #000; 
	height: 100px; 
	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)";
}
	
.captionfull .boxcaption {
	top: 140px;
	left: 0;
}
