.sponsors
{
	text-align:center;
	background-image:url(../../images/ifitt/sponsor.jpg);
	background-repeat:no-repeat;
	width:243px;
	height:113px;
	margin:auto;	
}
.sponsors div
{
	margin-left:6px;
}
.sponsors img
{
	margin-top:20px;
	text-align:center;
	margin-left:19px;
}
.sponsorsBox h2
{
	font-size:18px;
	color:#000;
	font-style:italic;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	line-height:20px;
	width:240px;
}
.sponsorsNav a.prev
{
	display:block;
	width:34px;
	height:34px;
	background-image:url(../../images/ifitt/sponsor_left.png);
	background-repeat:no-repeat;
	position:absolute;
	z-index:99;
	margin-top:-90px;
	margin-left:5px;
}
.sponsorsNav a.next
{
	display:block;
	width:34px;
	height:34px;
	background-image:url(../../images/ifitt/sponsor_right.png);
	background-repeat:no-repeat;
	position:absolute;
	margin-top:-90px;
	margin-left:258px;
	z-index:99;
}
