.tickercontainer {  
width: 650px;
height: 42px;
margin: 0;
padding: 5px 0px 14px 0px;
overflow: hidden;
background:#cccccc;
}

.tickercontainer2 {  
width: 650px;
height: 42px;
margin: 0;
padding: 5px 0px 14px 0px;
overflow: hidden;
background:#cccccc;
}
.tickercontainer .mask {
position: relative;
top: 5px;
height: 18px;
overflow: hidden;
}

ul.newsticker {
position: relative;
list-style-type: none;
margin: 0;
padding: 0;}

ul.newsticker li { 
background:white;
float: left;
margin: 0;
padding-right: 18px; 
}