			h3 {
				margin: 10px 10px 0 10px;
				color:#000000;
				font-size:18px;
				font-weight: normal; 
				font-family: Futura, Trebuchet, Arial, sans-serif;
				letter-spacing: 2px;			
			}
			
			h4 {
				margin: 10px 10px 10px 10px;
				color:#666666;
				font-size:16px;
				font-weight: normal;
				font-family: Trebuchet, sans-serif;
			}


			.boxgrid{ 
				width: 428px; 
				height: 200px; 
				margin:0px 0; 
				float:left; 
				background:#161613; 
				border: solid 1px #ffffff; 
				overflow: hidden; 
				position: relative; 
			}
				.boxgrid img{ 
					position: absolute; 
					top: 0; 
					left: 0; 
					border: 0; 
				}
				.boxgrid p{ 
					padding: 10px 10px 0 10px; 
					color:#000000; 
					font-weight:normal; 
 					font-family: Trebuchet, sans-serif;
 					font-size: 14px;
				}
				
			.boxcaption{ 
				float: left; 
				position: absolute; 
				background: #ffffff; 
				height: 100px; 
				width: 100%; 
				opacity: .7; 
				/* For IE 5-7 */
				filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
				/* For IE 8 */
				-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
 			}
 				.captionfull .boxcaption {
 					top: 200;
 					left: 0;
 					height: 100%;
 				}
 				.caption .boxcaption {
 					top: 200;
 					left: 0;
 				}
