.boxgrid{
	width: 145px;
	height: 130px;
	border: 1px solid #90CFF2;
	overflow: hidden;
	position: relative;
	display:block;
	margin-top: 3px;
	margin-right: auto;
	margin-bottom: 25px;
	margin-left: 20px;
}
.boxgrid img{
	position: absolute;
	top: 0;
	left: 0;
	border: 0;
	margin: auto;
}
.boxgrid p{ 
	padding: 0 10px; 
	color:#afafaf; 
	font-weight:bold; 
	font:10pt "Lucida Grande", Arial, sans-serif; 
}
	
.boxcaption{ 
	float: left; 
	position: absolute; 
	background: #9C0; 
	height: 100px; 
	width: 100%; 
	opacity: .8; 
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
.captionfull .boxcaption {
	top: 130;
	left: 0;
}
.caption .boxcaption {
 	top: 220px;
 	left: 0;
}
.boxcaption p {
	margin: 0px;
	color: #90CFF2;
}
.cover {
	top:150px;
}
.boxcaption h3 a, .boxcaption h3 a:visited {
	color: #630;
	text-decoration: none;
	font-family:"Gill Sans MT", "Gill Sans", Helvetica, Arial, sans serif;
	font-style:normal;
}
.boxcaption h3 a:hover, .boxcaption h3 a:active {
	color: #630;
	text-decoration: none;
	border-bottom-width:1px;
	border-bottom-style:dashed;
	border-bottom-color:#630;
	font-family:"Gill Sans MT", "Gill Sans", Helvetica, Arial, sans serif;
	font-style:normal;
}
.boxcaption h3 {
	font-family:"Gill Sans MT", "Gill Sans", Helvetica, Arial, sans serif;
	text-align:center;
	margin-top:0px;
	margin-bottom:3px;
	font-style:normal;
	font-size:16px;
	font-weight:bold;
	margin-top:-5px;
}

