/* CSS Document */
#slideshow {
	margin: 0px;
	padding: 0px;
}
#slideshow a {
	background-color: #fff;
	width: 280px;
	margin: 0px;
	padding: 0px;
}
#slideshow a img {
	border: 0;
}
#slideshow a:hover img {
	opacity: 0.6;
	filter: alpha(opacity=60);
	-moz-opacity: 0.60;
	-khtml-opacity: 0.6;
}
#sponsor {
	margin-top: 10px;
	height: 60px;
	text-align: center;
	width: 840px;
	padding-left: 40px;
}
#sponsor a {
	display: block;
	background: #666666;
}
#sponsor a img {
	border: 0;
	padding: 0 15px;
	background: #FFFFFF;
}
#sponsor a:hover img {
	background: transparent;
	opacity: 0.6;
	filter: alpha(opacity=60);
	-moz-opacity: 0.60;
	-khtml-opacity: 0.6;
}
.sponsorImage {
	float:left;
	width: 120px;
	height: 60px;
	text-align: center;
}
.clearfloat {
	clear: both;
}
