#supporters ul {
	list-style-type: none;
	padding: 0;
	text-align: center;
}

#supporters ul li {
	width: 24%;
	display: inline-block;
	height: 130px;
	padding: 10px;
}

#supporters ul li a {
	width: auto;
	height: 100%;
}

#supporters ul li a img {
	width: auto;
	height: 100%;
}