
.boxgrid {
	width:316px;
	height:401px;
	float:left;
	overflow: hidden;
	position: relative;
	margin-right:1px;
}
.boxgrid img {
	position: absolute;
	top: 0;
	left: 0;
	border: 0;
}
.boxgrid p {
	padding: 30px 25px 30px 25px;
	color:#FFF;
	font-weight:bold;
	font:10pt "Lucida Grande", Arial, sans-serif;
}
.boxgrid a{
	text-decoration:none;	
	
}
.boxcaption1, .boxcaption2, .boxcaption3  {
	float: left;
	position: absolute;
	background:  url(../images/box-slider/overlay-one.png) 0 0 no-repeat;
	width: 316px;
	height:149px;
	padding:50px 0 0;
	text-align:center
	/*opacity: .8;
				/* For IE 5-7 
				filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	/* For IE 8 
				-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";*/
}
.boxcaption2 {
	background:  url(../images/box-slider/overlay-two.png) 0 0 no-repeat;


}
.boxcaption3 {
	background: url(../images/box-slider/overlay-three.png) 0 0 no-repeat;


}
.captionfull .boxcaption1, .captionfull .boxcaption2, .captionfull .boxcaption3 {
	bottom:-100px;
	left: 0;
}
.caption .boxcaption1, .caption .boxcaption2, .caption .boxcaption3 {
	bottom:-100px;
	left: 0;
}

