#listticker{
	height:27px;
	width:600px;
	overflow:hidden;
	border:0;
	padding:0;

	margin:0;
}
ul li
{
	list-style:none;
}
#listticker li{
	border:0; margin:0; padding:0; list-style:none; 
}

	#listticker li{
		height:auto;
		padding:0;
		list-style:none;
	}
	
/* liScroll style declarations */

.tickercontainer { /* the outer div with the black border */
              
border: 0px;
background: #ff9100; 

height: 27px; 
margin: 0; 
padding: 0
overflow: hidden; 
height:10px;
width:570px;
float:left;
}
.tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
position: relative;
left: 0px;
top: 0px;
width: 590px;
overflow: hidden;
float:left;  
}

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

}

ul.newsticker li {
float: right; /* important: display inline gives incorrect results when you check for elem's width */
margin: 0;
padding: 0;
background: #ff9100;
width:500px;
 white-space: nowrap;

}


ul.newsticker span {
margin: 0 30px 0 0;
color:White;text-transform:uppercase;
} 



/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */

