.boxgrid{
	width:176px;
	height:176px;
	float:left;
	background:#161613;
	border:#8399AF;
	overflow:hidden;
	position:relative;
	margin:7px 7px 0 0;
}

.boxgrid img{
	position:absolute;
	top:0;
	left:0;
	border:0;
}

.boxcaption{
	color:#999999;
	float:left;
	position:absolute;
	padding:7px 4px;
	background:#000;
	height:100px;
	width:168px;
	opacity:0.85;
	/* for IE 5-7 */
	filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	/* For IE 8 */
	-MS-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
.boxcaption a{
	color:#9900FF;
}

/* apply this for fully hidden caption */
.captionfull .boxcaption{
	top: 176px;
	left:0;
}

/* apply this for partially hidden caption */
.caption .boxcaption{
	top:150px;
	left:0;
}

