/* liScroll styles */

.tickercontainer { /* the outer div with the black border */
	width:495px;
	height: 40px; 
	overflow: hidden; 
}
.tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
	position: relative;
	left: 0;
	top: 13px;
	width:495px;
	overflow: hidden;
}
ul.newsticker { /* that's your list */
	position: relative;
	left: 495px;
}
ul.newsticker li {
	float: left;
	white-space: nowrap;
	margin-right:50px;
}
ul.newsticker a {
margin: 0 50px 0 0;
} 
ul.newsticker span {
	margin: 0 10px 0 0;
} 