div.clearer { height:0!important;line-height:0!important;clear:both!important;font-size:1px!important;float:none!important;padding:0!important;margin:0!important;width:auto!important;display:block!important;visibility:hidden!important;overflow:hidden!important; }

.tickercontainer {
	margin: 0; 
	padding: 0
    display: block;
    overflow: hidden;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 1.3em !important; 
}
.tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
	position: relative;
	overflow-x: hidden;
	margin: 0; 
	padding: 0
}

#mynewsticker-box .tickercontainer {
	width: 980px; 
	height: 25px; 
}
#mynewsticker-box .tickercontainer .mask {
	width: 960px;
    left: 10px;
}
ul.newsticker { /* that's your list */
    position: relative;
    top: 0;
    left: 980px;
	height: 25px; 
    list-style-type: none;
    margin: 0 !important;
    padding: 0 !important;
    line-height: normal !important;
    clear: both;
    display: block;
}
ul.newsticker li {
	float: left !important; /* important: display inline gives incorrect results when you check for elem's width */
    white-space: nowrap;
    margin: 0 50px 0 0 !important;
    color: #FFFFFF !important;
}
ul.newsticker a {
    white-space: nowrap;
    color: #FFFFFF !important;
    text-decoration: none !important;
    font-weight: normal !important; 
    font-size: 1em;
} 
ul.newsticker a:hover {
	color: #FFA200 !important;
}