		*{ padding:0px; margin:0px; }
		
			.contp{
				padding: 0 30px 30px 0;
				display:block;
				width: 170px; 
				height: 170px; 
				float:left; 
			}


			.boxgrid{ 
				width: 170px; 
				height: 170px; 
				float:left; 
				background:#161613; 
				overflow: hidden; 
				position: relative; 
			}
				.boxgrid img{ 
					position: absolute; 
					top: 0; 
					left: 0; 
					border: 0; 
				}
				
			.boxcaption{ 
				float: left; 
				position: absolute; 
				background: #000; 
				height: 40px; 
				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)";
 			}
 				.captionfull .boxcaption {
 					top: 170px;
 					left: 0px;
 				}
 				.caption .boxcaption {
 					top: 130px;
 					left: 0;px
 				}
				
			.boxcaption p{ 
				padding:10px;
				font-family:Trebuchet MS ,Helvetica, Geneva, sans-serif;
				font-size: 15px;
				color: #fff;
				font-weight: bold;
			}
			
			.content-middle a{
				color:#fff;
			}
