.boxgrid{
	width: 135px;
	height: 180px;
	margin:0px 20px 20px 0px;
	float:left;
	background:#333333;
	overflow: hidden;
	position: relative;
}

.boxgrid h3{
	margin: 6px 5px 5px;
	color:#FFF;
	font:normal 12px Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
}	
.boxgrid img{ 
	position: absolute; 
	top: 0; 
	left: 0; 
	border: 0; 
}
.boxgrid p{
	padding: 0 10px;
	color:#FFFFFF;
	font:normal 10px/15px Geneva, Arial, Helvetica, sans-serif;
}
.boxgrid a{
	color:#CCFF66;
	text-decoration: none;
	font: normal 11px Verdana;
	text-align: center;
	display: block;
	position: absolute;
	left:0;
	top:155px;
	margin:0;
	width:135px;
}
.boxgrid a:hover {
	color: #FF9900;
	text-decoration: none;
}
.boxcaption{
	float: left;
	position: absolute;
	background: #000;
	height: 180px;
	width: 100%;
	opacity: .6;
/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}
.captionfull .boxcaption {
	top: 150px;
	left: 0;
}
.caption .boxcaption {
	top: 150px;
	left: 0;
}

