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

.boxgrid{
	width: 300px;
	height: 120px;
	float:left;
	background:#161613;
	overflow: hidden;
	position: relative;
	color: #000;
	font-weight: bold;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
.boxgrid img{
	top: 0;
	left: 0;
	border: 0;
	position: absolute;
	
}			
.boxcaption{
	float: left;
	position: absolute;
	height: 20px;
	width: 290px;
	opacity: .8;

	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	padding: 5px;
	background-color: #FFF;	/* -moz-border-radius: 1em; */
 }
 .captionfull .boxcaption {
 	top: 120px;
 	left: 0;
 				}
 .caption .boxcaption {
 	top: 120px;
 	left: 0;
}
