
			.boxgrid{ 
				width: 900px; 
				height: 250px; 
				float:left; 
				background: none; 
				border: solid 0px #8399AF; 
				overflow: hidden; 
				position: relative; 
			}
				.boxgrid img{ 
					position: absolute; 
					top: 0px; 
					left: 0px; 
					border: 0px; 
				}
				.boxgrid p{ 
					padding: 0 10px; 
					color:#fff; 
					font-weight:normal; 
					
				}
				
			.boxcaption{ 
				
				position: absolute;
				top: 0px; 
				left: 0px;
				background: #1d2c05; 
				height: 80px; 
				width: 900px;
				border-top: 0px solid #fff;
				opacity: .65; 
				/* For IE 5-7 */
				filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=65);
				/* For IE 8 */
				-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
 			}
 				
 				.caption .boxcaption {
 					top: 250px;
 					left: 0px;
 				}
				
				
			
			
			
			
			
			
			
