
div.newsTicker {
	position: relative;
	width: 1024px;
	overflow: hidden;
}
div.newsTicker ul li {
	white-space: nowrap;
	float: left;
	padding-right: 30px; /* don't change to margin = margin between news items */
}


