h3{ margin: 10px 10px 0px 10px; color:#FFF; font:12px Arial, sans-serif; line-height:10px; font-weight: bold;
}

.boxgrid{ 
				width: 234px; 
				height: 208px; 
				margin:0px; 
				float:left; 
				background:#ffffff; 
				overflow: hidden; 
				position: relative; 
			}
				.boxgrid img{ 
					position: absolute; 
					top: 0px; 
					left: 0px; 
					border: 0px; 
				}
				.boxgrid p{ 
					padding: 0px 10px; 
					color:#afafaf; 
					font-weight:bold; 
					font:10pt "Lucida Grande", Arial, sans-serif; 
				}
				
			.boxcaption{ 
				float: none; 
				position: absolute; 
				background: #000; 
				height: 100px; 
				width: 234px; 
				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: 260px;
 					left: 0px;
 				}
 				.caption .boxcaption {
 					top: 220px;
 					left: 0px;
 				}
