.tickercontainer { /* the outer div with the black border */
	width: 510px;
	height: 20px;
	margin: 0;
padding: 0;
overflow: hidden; 
	white-space: nowrap;
	float: left;
}
.tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
	position: relative;
	left: 10px;
	top: 0px;
	width: 510px;
	overflow: hidden;
}
ul.newsticker { /* that's your list */
	position: relative;
	font: bold 10px Verdana;
	list-style-type: circle;
	margin: 0px;
	padding: 0px;
	left: 520px;
}
ul.newsticker li {
	float: left;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
ul.newsticker a {
	padding: 0px;
	color: #CE0A0A;
	float: left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
} 
ul.newsticker span {
	margin: 0px;
	padding: 0px;
	float: left;
	list-style-type: disc;
	width: 15px;
	display: block;
} 
