﻿#sponsors-carousel{
	min-height: 1px;
	position: relative;
	margin: 25px 0;
	background: #f2f2f2 url(sponsors-carousel.gif) no-repeat center bottom;
	padding: 0 0 0px;
	overflow: hidden;
	height: 130px;
	width: 170px;
}

#sponsors-carousel h3{
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	text-indent: -9000px;
	height: 30px;
	background: url(h3.gif) no-repeat 0 0;
 }
 

#sponsors-carousel ul {
	left: 0;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 35px;
	background: none;
	min-height: 1px;
}

#sponsors-carousel ul li{
	width: 170px;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
	background: none;
	
}

#sponsors-carousel ul li img{
	margin: 0 auto;
	width: 130px;
}
