
.under {
height:150px;
background:#FFFFFF;
border:dotted 1px #000000;
}

.boxgrid {
width:249px;
height:190px;
align:center;
background:#9e9e8a;
border:solid 4px #9e9e8a;
overflow:hidden;
position:relative;
font-family: 'Georgia', 'Garamond', 'Times New Roman';
font-size: 17;
color: #c6c4b4;
}

.boxgrid img {
position:absolute;
top:0;
left:0;
border:0;
align: center;
}

.boxgrid p {
color:#FAC2CE;
font-weight:700;
font:10pt "Lucida Grande", Arial, sans-serif;

}

.boxcaption {
float:left;
position:absolute;
background:#000;
height:100px;
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:260px;
left:0;
}

.caption .boxcaption {
top:220px;
left:0;
}
