/* liScroll styles */

/* the outer div with the black border */
#d_news_run { display:block; position:relative; height:15px; margin:2px 0 7px 0; padding:5px 0; background:#000; color:#fff; z-index:2; overflow:hidden; }

/* that serves as a mask. so you get a sort of padding both left and right */
#d_news_run .mask { display:block; position:relative; margin:0; padding:0; overflow:hidden; }

/* that's your list */
ul.newsticker { display:block; position:relative; left:100px; margin:0; padding:0; list-style:none; }

/* important: display inline gives incorrect results when you check for elem's width */
ul.newsticker li { float:left; display:block; margin:0; padding:0; list-style:none; }
ul.newsticker A { white-space:nowrap; margin:0 50px 0 0; padding:0; color:#777; }
ul.newsticker A .data { color:#888; }
ul.newsticker A .tipo { color:#888; font-weight:bold; }
ul.newsticker A .text { color:#bbb; }
ul.newsticker A:hover .data { color:#bbb; }
ul.newsticker A:hover .tipo { color:#bbb; }
ul.newsticker A:hover .text { color:#fff; }
