
		
			.boxgrid{ 
				width: 218px; 
				height: 131px; 
				float:left; 
				 
				overflow: hidden; 
				position: relative; 
			}
				.boxgrid img{ 
					position: absolute; 
					top: 0; 
					left: 0; 
					border: 0; 
				}
				.boxgrid p{ 
					padding: 0 10px; 
					color:#fff; 
					
					font:9px;
				}
				
			.boxcaption{ 
				top:0px;
				float: left; 
				position: absolute; 
				 
				height: 131px; 
				width: 100%; 
				
 			}
 				.captionfull .boxcaption {
 					top: 0px;
 					left: 0;
 				}
 				.caption .boxcaption {
 					top: 220;
 					left: 0;
 				}
				
				
				
				