.grid .griditem, .griditem_container {
	float:left;
	display:block;
	text-align:center;
	position:relative;
}
.threebythree {
	height:435px;
}
.threebythree div, .threebythree li {
	width:235px;
	height:145px;
	overflow:hidden;
}
.fivewide {
	height:420px;
}
.fivewide div, .fivewide li {
	width:140px;
	height:104px;
	overflow:hidden;
	border-right:1px solid #5a5758;
	border-bottom:1px solid #5a5758;
}
.logos li img {
	margin-top:2px;
	max-height:100px;
/*		height: expression(this.height > 100 ? '100px': 'auto');*/
	height:auto !important;
	height:100px;
}
.grid .hoverbox {
	position:absolute;
	height:100%;
	width:100%;
	color:#ffffff;
	background-image:url('../images/transparent.png');
	padding:5px;
	display:none;
	text-align:center;
	text-decoration:none;
	cursor:pointer;
	left:0px;
}
.grid a {
	text-decoration:none;
	
}
.hoverbox h3 {
	color:#ffffff;
	font-size:15px;
	width:90%;
	text-decoration:none;
	margin-top:10px;
}
.hoverbox h4 {
	margin:0px;
	color:#c3c3c3;
	font-size:11px;
	margin-top:5px;
	width:90%;
	text-decoration:none;
}