.sponsorContainer {
	float: left;
	width: 250px;
	height: auto;
	margin: 25px 25px 25px 25px;
}

.sponsorImgContainer {
	width: 250px;
	height: 116px;
	margin-bottom: 5px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	overflow: hidden;
	border: 1px solid #C8C8C8;
}

img.sponsorImg {
	width: 250px;
	height: 116px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	overflow: hidden;
}