.imageRotator {
	background-color: #fafafa;
	padding: 4px;
	float: left;
	width: 732px;
	border: 1px solid #666;
	border-radius: 10px;
	margin: 0px;
	height: 80px;
} 
.imageRotatorText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	font-style: normal;
	font-weight: normal;
	color: #333;
	text-decoration: none;
	background-color: #FFF;
	float: left;
	width: 60px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	border-radius: 6px;
	height: 75px;
	padding-top: 5px;
	position: relative;
	margin-right: 5px;
}
.imageRotatorView {
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
	border-radius: 6px;
	float: left;
	height: 80px;
	width: 637px;
	overflow: hidden;
	position: relative;
	animation: marquee 120s linear infinite;
}
.imageRotatorContent {
	height: auto;
	width: 10000px;
	position: absolute;
	left: 0px;
	top: 0px;
	
}
.imageRotatorPanels { visibility: hidden; }
.imageRotatorPanel {
	position: absolute;
	left: 0px;
	top: 0px;
}

@keyframes marquee { 0% { text-indent: 2em } 100% { text-indent: -315em } }