.boxgrid { 
	width: 210px; 
	height: 160px;
	float:left; 
	background:#ccc; 
	overflow: hidden; 
	position: relative; 
	border:3px solid #f2f2f2;
}
	.boxgrid:hover {border-color:#e60000;}
	.boxgrid:hover {border-color:#e60000;}
	.boxgrid img{ 
		position: absolute; 
		top: 0; 
		left: 0; 
		border: 0; 
		width: 210px;
	}
	.boxgrid p{ 
		padding: 0 10px; 
		color:#afafaf; 
		font-weight:bold; 
		font:10pt "Lucida Grande", Arial, sans-serif; 
	}
	
.boxcaption{ 
	float: left; 
	position: absolute; 
	background: #000; 
	height: 100px; 
	width: 100%; 
	padding:7px 2px;
	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: 160;
		left: 0;
	}
	.caption .boxcaption {
		top: 220;
		left: 0;
	}
	*/
	.captionfull .boxcaption {top: 160px; left: 0;}
	.caption .boxcaption {top: 220px; left: 0;}	
	/* .boxcaption h3 {background:url("../../../images/bg/light_colored.png") no-repeat; padding:5px 0 7px 25px; color:#fff; font-weight:bold;} */
	.boxcaption h3 {padding:5px 10px; color:#fff; font-weight:bold;}
	.boxcaption p a {color:#ccc; font-style:italic; font-size:12px;}	
	
	
	
	
	
	
	
	
	
	