ul.news_ticker { float: left; margin: 0; padding: 0 0 0 22px; list-style-type: none; background: transparent url(../images/news_ticker.png) left no-repeat; }
ul.news_ticker li a { text-decoration: none; font-weight: bold; }
ul.ticker-controls { margin: 0; padding: 0; list-style-type: none; }
ul.ticker-controls { float: right; width: 58px; }
ul.ticker-controls li.play a { float: left; margin-right: 5px; width: 16px; height: 16px; background: transparent url(../images/play.png) left no-repeat; }
ul.ticker-controls li.resume a { float: left; margin-right: 5px; width: 16px; height: 16px; background: transparent url(../images/play.png) left no-repeat; }
ul.ticker-controls li.stop a { float: left; margin-right: 5px; width: 16px; height: 16px; background: transparent url(../images/pause.png) left no-repeat; }
ul.ticker-controls li.previous a { float: left; margin-right: 5px; width: 16px; height: 16px; background: transparent url(../images/previous.png) left no-repeat; }
ul.ticker-controls li.next a { float: left; margin-right: 0px; width: 16px; height: 16px; background: transparent url(../images/next.png) left no-repeat; }
