#cases {
	width: 600px;
	margin: 0 auto;
	padding-top: 200px;
	}
	
			.boxgrid{ 
				width: 323px; 
				height: 105px; 
				margin:0px; 
				_margin:0px; 
				float:left; 
				background:#fff; 
				overflow: hidden; 
				position: relative; 
			}
				.boxgrid img{
	position: absolute;
	top: 0px;
	left: 0px;
	border: 0;
				}
				.boxgrid p{ 
					padding: 0 10px; 
					color:#afafaf; 
					font-weight:bold; 
					font:10pt "Lucida Grande", Arial, sans-serif; 
				}
				
				.boxgrid p a{ color: #fff; } 
				
			.boxcaption{
	float: left;
	position: absolute;
	background: #000;
	height: 130px;
	width: 100%;
	opacity: .8;

				/* For IE 5-7 */
				filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	/* For IE 8 */
				-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
 			}
			
				.boxcaption h3 {
					display:block; 
					color: #fff;
					font-size: 13px;
					margin: 10px;
					margin-bottom: 20px;
					}
 				.captionfull .boxcaption {
 					top: 90px;
 					left: 0;
 				}
 				.caption .boxcaption {
 					top: 10px;
 					left: 0;
 				}			
