ul.sponsor {
	display: block;
	overflow: hidden;
	height: 1%;
	margin: 0;
	padding: 0;
}

ul.sponsor li {
	list-style: none;
	float: left;
	padding: 5px;
	width: 135px;
	height: 135px;
	position: relative;
	margin-right: 5px;
	margin-bottom: 5px;
	background: #FFF;
	overflow: hidden;
	text-align: center;
}

ul.sponsor li a {
	display: block;
	position: relative;
	overflow: hidden;
	height: 150px;
	padding: 5px;
	color: #000;
}

ul.sponsor li a {
	text-decoration: none;
}

ul.sponsor li img {
	position: absolute;
	left: 0;
	top: 0;
	border: 0;
}

div#rotator {
	height: 190px;
}

div#rotator ul {
	margin: 0;
	padding: 0;
	padding-left: 40px;
}

div#rotator ul li {
	position: absolute;
	margin-left: 25px;
	list-style: none;
	background: #FFF;
	height: 150px;
	width: 150px;
	list-style: none;
}

div#rotator ul li img {
	margin-top: 8px;
	margin-left: 10px;
}

div#rotator ul li.show {
	z-index: 500
}
