
/* Sliding boxes on postgraduate homepage */
#boxes {
	width: 560px;
	border: 1px solid #333;
	height: 265px;
}
.boxgrid h2{ 
	margin: 5px 0 5px 10px; 
	color: #444; 
	font-size: 1.1em;  
	font-family: Arial, Helvetica, Sans-serif; 
	border: none; 
	font-weight: bold; 
}
.boxgrid h2 a{ 
	border: 0px!important; 
	background: none; 
	color: #444; 
}
.boxgrid h2 a:hover{ 
	border: 0px; 
	background: none; 
	color: #990000; 
}

.boxgrid ul{ 
	font-size: 1em; 
	margin-left: 0; 
	padding: 5px; 
	margin-top: -5px;
}
/* IE7 <ul> Spacing fix */
html>body .boxgrid ul{  
	*margin-top: -10px; 
}
.boxgrid ul li{ 
	margin: 0; 
	color: #fff;  
	padding: 2px 0 0 0px; 
	font-size: 1em; 
}
.boxgrid{
	width: 140px;
	height: 265px;
	float: left;
	background: #fff;
	overflow: hidden;
	position: relative;
}
.boxgridug{
	width: 280px;
	height: 265px;
	float: left;
	background: #fff;
	overflow: hidden;
	position: relative;
}
.boxgridpg{
	width: 186px;
	height: 265px;
	float: left;
	background: #fff;
	overflow: hidden;
	position: relative;
}
.boxgrid img{
	position: absolute;
	top: 0;
	left: 0;
	border: 0;
}
.boxgrid p{
	padding: 0 10px;
	color: #333;
	font-size: 1em;
}
.boxcaption{
	float: left;
	position: absolute;
	background: #fff bottom;
	height: 265px;
	width: 100%;
	opacity: .8;
	/* For IE 5-7 * create opactity in boxes */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	/* For IE 8 * create opactity in boxes */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
.captionfull .boxcaption {
	top: 20;
	left: 0;
}
.caption .boxcaption {
	top: 170;
	left: 0;
} 
.captionfull .boxcaption a{
	color: #fff;
}
