@charset "utf-8";
/* CSS Document */

#newsticker {position: relative;color:#fff;margin-top: 0px; height:30px;}
#newsticker a, a:visited {color: #fff;text-decoration: none;}	
#newsticker a:hover {color: #fff;text-decoration: underline;}

#newsticker ul {height: 14px;-moz-border-radius-bottomleft:5px; -moz-border-radius-bottomright:5px;-moz-border-radius-topleft:5px;-moz-border-radius-topright:5px;line-height: 14px;list-style-type: none;}
#newstickers ul li {text-indent: 50px; margin: 0 10px !important}
* html #newsticker ul {height: 20px;overflow: visible;}
#newsticker li.error {color: #f00;}


