.boxgrid{ 
	/*width: 227px; 
	height: 183px;*/
	float:left;  
	/*border: solid 2px #F4F4F4;*/
	overflow: hidden; 
	position: relative; 
	padding: 0px;
}
	.boxgrid img{ 
		position: absolute; 
		top: 0; 
		left: 0; 
		border: 0; 
	}
	.boxgrid p{ 
		padding: 15px 5px 5px 5px; 
		color:#999; 
		font-weight:bold; 
		font:10pt "Lucida Grande", Arial, sans-serif;
		text-align:center; 
	}
	
.boxcaption{  
	position: absolute; 
	background: #000; 
	height: 110px; /* 100px */ 
	width: 160px;  /* 236px */  
	margin-left:0px;
	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: 260 ; /*ORIRIGINAL 260;*/
			left: 0;
		}
		.caption .boxcaption {
			top: 245; /*ORIRIGINAL 245;*/
			left: 0;
		}
		
		.boxcaption h3{
			color:#fff; 
			font-size:13px;
			margin-top:8px;
			text-align:center;
		}