/**
	Style Sheet for Sponsor Logo Rotator
*/

.sponsor-logo-rotator {
	position:relative;
	background-color:white;
	height:125px;
	width:224px;
	margin-top:10px;
	margin-bottom:10px;
	border: 1px solid #AEAEAE;
	cursor: pointer;
}

.sponsor-logo-rotator .text {
	text-align:left;
	font-size:small;
	font-weight:bold;
	color:gray;
	padding:2px;
}

.sponsor-logo-rotator img {
border:none;
}