.boxgrid{ 
	width: 214px; 
	height: 122px;
	overflow: hidden; 
	position: relative;
	margin-bottom: 20px;
}
	.boxgrid img{ 
		position: absolute; 
		top: 0; 
		left: 0; 
		border: 0; 
	}
	.boxgrid p{ 
		padding: 0 10px; 
		color:#afafaf; 
		font-weight:bold; 
	}
	
.boxcaption a{
	opacity: .85;
	color: #fff;
	display: block;
	position: absolute;
	padding: 84px 10px 9px 10px;
	font: bold 12px Arial, Helvetica, sans-serif;
	background: url('../images/vidThumb_txtBG.png') 0 76px repeat-x;
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=85);
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
}
.boxcaption a:hover {
	background-position: 0 -115px;
}
	.captionfull .boxcaption a {
		top: 0;
		left: 0;
	}
	.caption .boxcaption {
		top: 0;
		left: 0;
	}