

.boxgrid { 
float:left; 
margin: 15px 0px;
width: 280px; 
height: 213px;
overflow: hidden; 
position: relative; 
}

.boxgrid img { 
position: absolute; 
width: 280px;
top: 0; 
left: 0; 
border: 0; 
}

.boxgridLower { 
float:left; 
margin: 15px 0px;
width: 280px; 
height: 371px;
overflow: hidden; 
position: relative; 
}

.boxgridLower img { 
position: absolute; 
width: 280px;
top: 0; 
left: 0; 
border: 0; 
}

.boxcaption, .boxcaptionLower { 
float: left; 
position: absolute; 
background: #eef1f2; 
margin:0 5px;
width: 271px; 
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 { 
height: 40px;
top:169px;
}

.boxcaptionLower {
height: 71px;
top: 296px;
}

.boxcaption p, .boxcaptionLower  p { 
color:#0099e1; 
text-align: center; 
font-size:175%;
font-weight:bold; 
text-transform:uppercase;
vertical-align:middle;
margin: auto ;
top:45%;
}

.boxcaption p {
line-height: 40px;
}

.boxcaptionLower p {
line-height: 71px;
}

h3 a{}
