.content .awards {
	list-style-type: none;
	text-align: left;
}

.awards ul li {
	display: -moz-inline-stack; /**/
	display: inline-block;
	zoom:1;
	*display: inline;
	
	vertical-align: middle;
	text-align: center;
	width: 160px;
	height: 90px;
	margin: 5px;
}

.awards .awardsHeading {
	font-size: large;
	font-weight: bold;
	letter-spacing: 0.1em;
}

.awards img {
 	border: none;
}