/* liScroll style declarations */

p#ticker-title{
	float:left;
}

#ticker-holder{
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	width:100%;
	margin: 10px 0 0px 0;
}

.tickercontainer { /* the outer div with the black border */
width: 100%; 
height: 27px; 
margin: 0; 
padding: 0
overflow: hidden; 
}

.tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
position: relative;
width: 1066px;
overflow: hidden;
}


ul.newsticker { /* that's your list */
position: relative;
left: 750px;
list-style-type: none;
margin: 0;
padding: 0;
}

ul.newsticker li {
float: left; /* important: display inline gives incorrect results when you check for elem's width */
display: block;
margin: 0;
padding: 0;
color: #fff;
}

ul.newsticker a {
white-space: nowrap;
padding: 0;
color: #FFF;
margin: 0;
} 

ul.newsticker span {
margin: 0 10px 0 0;
}