@charset "utf-8";
/* CSS Document */
	
					
			.boxgrid{ 
				width: 300px; 
				height: 100px;
				border: 1px solid #666;
				float:left; 
				background:#161613; 
			
				overflow: hidden; 
				position: relative; 
			}
				.boxgrid img{ 
					position: absolute; 
					top: 0; 
					left: 0; 
					border: 0; 
				}
				.boxgrid p{ 
					padding: 0 10px; 
					color:#afafaf; 
					font-weight:bold; 
					font:10pt "Lucida Grande", Arial, sans-serif; 
				}
				
			.boxcaption{
				float: left; 
				position: absolute; 
				background: #fff; 
				height: 98px; 
				width:298px;

				

 			}
 				.captionfull .boxcaption {
					
					right: 302px;
 				}
 	
	
