div.SponsorTitle
{
	padding: 5px 10px 5px 10px;
	text-transform: uppercase;
	background: #999;
	color: #fff;
	font-size: 0.9em;
	width: 496px;
}
div.SponsorList
{
	border: solid 1px #ccc;
	margin-bottom: 10px;
	padding: 10px 5px 5px 10px;
	width: 499px;
	overflow: hidden;
	background: #eee;
}
div.SponsorThumb
{
	font-size: 0.8em;
	float: left;
}
div.SponsorThumb a
{
	display: block;
	width: 120px;
	height: 100px;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center center;
	border: solid 1px #ccc;
	margin: 0 2px 7px 0;
}
div.SponsorThumb a:hover { border-color: #000; }
div.SponsorThumb a.Wide { width: 245px; }
