.boxgrid{  
	height:162px;
	width:108px; 
    float:left;  
    overflow: hidden;  
    position: relative;  
}

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

.boxcaption{  
    float: left;  
    position: absolute;  
    background: #000;  
    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: 162px;  
    left: 0;  
}

.captionfull .boxcaption p{  
    color: #FFF;
    padding: 10px;
}

.old_directors{  
	float:right;
	height:271px;
	margin-bottom:10px;
	margin-right:10px;
	overflow:hidden;
	position:relative;
	width:358px;
}

.old_directors img{  
    position: absolute;  
    top: 0;  
    left: 0;  
    border: 0;  
}

.old_directors .boxcaption {  
    top: 271px;  
    left: 0;  
}

.old_directors .boxcaption p{  
    color: #FFF;
    padding: 10px;
}

.director{  
	border:2px solid #666666;
	float:left;
	height:267px;
	overflow:hidden;
	position:relative;
	width:181px;
}

.director img{  
    position: absolute;  
    top: 0;  
    left: 0;  
    border: 0;  
}

.director .boxcaption {  
    top: 270px;  
    left: 0;  
}

.director .boxcaption p{  
    color: #FFF;
    padding: 10px;
}