*{ padding:0px; margin:0px; }
			.boxgrid a{ color:#F1ECEB; text-decoration:none;}
			.boxgrid a:hover {color:#BD766F; text-decoration:underline;}
			.boxgrid h3{ margin: 10px 10px 10px 0px; color:#FFF; font:14pt 'Trebuchet MS', sans-serif; }
			.boxgrid h3 a { color:#FFF; text-decoration:none;}
			.boxgrid h3 a:hover {color:#BD766F; text-decoration:none;}

.boxgrid{  
    width: 210px;  
    height: 260px;  
    margin-right:15px;   
    overflow: hidden;  
    position: relative;  
	 border: 8px solid #DCD6D6;
}  
.boxgrid img{  
    position: absolute;  
    top: -10px;  
    left: -10px;  
    border: 0;  
}  
.boxcaption{  
    position: absolute;  
    background: #494949;  
    height: auto;  
    width: 100%;  
	 text-align:left; 
	 color:white;
	 padding:0px 0px 10px 10px;
    opacity: .7;  
    /* For IE 5-7 */  
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);  
    /* For IE 8 */  
    -MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";  
    }  
.captionfull .boxcaption {  
    top: 260;  
    left: 0;  
}  
.caption .boxcaption {  
    top: 220;  
    left: 0;  
}  
