.boxgrid{
	height: 372px;
	float:left;
	overflow: hidden;
	position: relative;
}

.wide{
	width: 480px;
}

.narrow{
	width: 363px;
}

.illowide{
	width: 556px;
}

.personalnarrow{
	width: 222px;
}

.personalwide{
	width: 507px;
}


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

.boxcaption{
	float: left;
	position: absolute;
	background: black;
	height: 60px;
	width: 100%;
	
 	}
 	
.captionfull .boxcaption {
 	top: 372px;
 	left: 0;
 	color: white;
 	font: italic 10pt Lucida, Arial, sans-serif;
 	padding: 20px;
 	overflow:auto;
 }

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



