.tickercontainer { 
width:400px;
height: 30px; 
margin: 0 auto -20px auto; 
padding: 0 0 0 500px;
overflow: hidden; 
}
.tickercontainer .mask {
position: relative;
left: 10px;
top: 8px;
width:400px;
overflow: hidden;
}
ul.newsticker { 
position: relative;
left: 100px;
border:none;
list-style-type: none;
margin: 0;
padding: 0;
}
ul.newsticker li {
border:none;
float: left;
margin: 0;
padding: 0;
}

ul.newsticker a {
white-space: nowrap;
padding: 0;
color: #ff0000;
font: bold 14px sans-serif;
margin: 0 50px 0 0;
} 

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