@charset "utf-8";
/* Ticker box CSS  */
.tickerbox {width: 612px; height: 22px; }
.tickerbox ul {width: 612px; position: relative; margin: 0; padding: 0; border: 0;}
.tickerbox li {list-style: none; position: absolute; top: 0; left: 0; padding-top: 3px; overflow: hidden; background-color: #FFFFFF;}
.tickerbox li span {font-weight: bold;}
