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

.boxgrid{
	background:none repeat scroll 0 0 #161613;
border:5px solid #fff;
margin:7px 0;
color:#000000;
float:left;

height:160px;
overflow:hidden;
position:relative;
width:202px;
}
.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;
}

