



.mask {display:block; position:absolute; background:url("../images/mask.png") no-repeat; height:100px; width:150px; z-index:200; top:0; left:0; text-indent:-9996px;} 
	
.mask2 {display:block; position:absolute; background:url("../images/mask2.png") no-repeat; height:100px; width:310px; z-index:200; top:0; left:0; text-indent:-9996px;}	
	

 
 .boxgrid { 
	width: 150px; 
	height: 95px; 
	float:left; 
	
	overflow: hidden; 
	position: relative; margin-bottom:10px;
}

.0boxgrid_arrow { width: 279px;  }
.0boxgrid_arrow .cover { width: 202px;  }

	.0boxgrid img{ 
		position: absolute; 
		top: 0; 
		left: 0; 
		border: 0; 
	}
	.boxgrid p{ 
		padding: 0 10px; 
		color:#afafaf; 
		font-weight:bold; 
	}
	
.boxcaption{ 
	float: left; 
	position: absolute; 
	background: #aec556; 
	height: 100px; 
	width:150px; 
	opacity: .95; 
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=95);
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
}
	.captionfull .boxcaption {
		top: 95px;
		left: 0;
	}
	.caption .boxcaption {
		top: 75px;
		left: 0;
	}
.boxgrid h4 { color: #fff; margin: 0; padding:3px 5px 3px 5px; font-size: 12px; font-weight: bold; text-transform:uppercase; border-top:1px solid #fff;}
.boxgrid P { padding: 0 5px; color: #fff; font-size:12px; font-weight:normal; line-height:14px; margin: 0; }


