* { margin: 0; padding: 0; }
#newsticker { position: relative; }
#newsticker li.error { color: #f00; }
#newsticker ul { display: inline; list-style:none; height:130px; overflow:hidden; }
#newsticker li { overflow:visible; }

.newshead { font-size: 14px;}
.newsbottom {text-align:right; padding: 10px 0 50px 0;}
