.boxgrid {
	width: 100px;
	height: 100px;
	margin:10px;
	border: 1px dotted #2B0F00;
	overflow: hidden;
	position: relative;
}
.boxgrid img {
	top: 0;
	left: 0;
	border: 0;
}
.boxgrid p {
	padding: 0 10px;
	color:white;
	font-weight:bold;
	font-size:10px;
}
.boxcaption {
	position: absolute;
	background: #000;
	height: 40x;
	width: 100%;
	opacity: .8;
	color:white;
}
.caption .boxcaption {
	top: 100px;
	left: 0;
}
div#content div.caption  p {
	color:white;
	font-size:10px;;
}
