.smartmarquee {
	position: relative;
	overflow: hidden;
	background-color: #CCCCCC;
}
.smartmarquee .container {
	position: absolute;
	left: 1px;
	top: 3px;
}
