.boxgrid{ 
	width: 152px; 
	height: 322px; 
	float:left;
	margin-right:8px;
	display: inline; 
	background:#301c59; 
	/*border: solid 2px #8399AF;*/ 
	overflow: hidden; 
	position: relative; 
}
			
.boxgrid img{ 
	position: absolute; 
	top: 0; 
	left: 0; 
	border: 0;
}

.boxgrid p{ 
	padding: 0 10px; 
	color:#afafaf; 
	font-weight:bold; 
	font:1em "Lucida Grande", Arial, sans-serif; 
}
				
.boxcaption{ 
	float: left; 
	position: absolute; 
	background: #220741;
	margin-left: 11px; 
	height: 100px; 
	width: 130px; 
	opacity: .9; 
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
}

/* My Comment */

.boxcaption h3{
	padding: 0 10px;
}

.captionfull .boxcaption {
	top: 320px;
	left: 0px;
}

.caption .boxcaption {
	top: 290px;
	left: 0px;
}					