#tickerscrollWrapper1 {
	overflow: hidden;
}
#tickerscrollWrapper2 {
	overflow: hidden;
}
#tickerscroll {
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	list-style-type: none;
	padding: 0;
	margin: 0;
	text-align: center;
	overflow: hidden;
}
.tickerscroll_item {
	position: absolute;
	z-index: 100;
	background: none !important;
	padding: 0 !important;
	margin: 0 !important;
	color: #FFFFFF !important;
}