@charset "utf-8";
/* CSS Document */

.slideshow {
	height:  250px;
	padding: 0;
	width: 394px;
	overflow: hidden;
	margin: 0px;
	border: 3px solid #36C;
} 
.slideshow img {
	width:  400px;
	height: 250px;
	top:  0;
	left: 0
} 
.rotating-sponsors {
	height:  150px;
	padding: 0;
	width: 228px;
	overflow: hidden;
	margin: 0px;
	border: 1px solid #eeeeee;
}
.rotating-sponsors img {
	width:  228px;
	height: 150px;
	top:  0;
	left: 0
}

