/* liScroll styles */

.tickercontainer { /* the outer div with the black border */
	width: 644px;
	float: left;
	overflow: hidden; 
}
.tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
}
ul.newsticker { /* that's your list */
	left: 644px;
}
ul.newsticker li {
}
ul.newsticker a {
} 
ul.newsticker span {
} 
