.boxgrid {
	width: 950px;
	height: 250px;
	padding: 5px;
	margin: 20px 10px;
	float:left; 
	background: url(../img/common/foliobg.png);
	overflow: hidden; 
	position: relative; 
}

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

.boxgrid p {
	color:#afafaf;
	font-weight:bold; 
	font: 10px "Lucida Grande", Arial, sans-serif;
	display: block;
}
				
.boxcaption {
	float: left; 
	position: absolute;
	background: #000; 
	width: 950px;
	height: 250px;
	opacity: .8; 
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80); /* For IE 5-7 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; /* For IE 8 */
}

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

.caption .boxcaption {
 	top: 200px;
	left: 0px;
}
				
.boxcaption h3 {
	padding: 20px 0px;
}

.project-description {
	position: relative;
	top: 110px;
	left: 40px;
	width: 640px;
	height: 230px;
}
