.photoRow{
	float:left;
	width:689px;
	height:211px;
	background:url(/images/photoRowBg.jpg) no-repeat;
	padding:7px;
}
.photoCell{
	float:left;
	width:147px;
	height:171px;
	margin:21px 0;
	padding:0  12px;
	border-right:1px solid #C5D9E4;
	text-align:center;
	
}
.photoCell img{
	border:1px solid #0C5497;
	padding:3px;
	margin-bottom:10px;
}
div.photoCell h2{
	margin-bottom:0px;
	text-align:center;
}
.photoCell .photoDescription{
	text-align:left;
	display:block;
}