/* liScroll styles */

.tickercontainer { /* the outer div with the black border */
background-color:#EFEFEF;
background:#F1F1F1 url(../../css/images/flash_news_footer.jpg) center top repeat-x;
width: 960px; 
height:49px;
margin: 0; 
padding: 0
overflow: hidden; 
}
.tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
position: relative;
left: 0px;
top: 1px;
width: 960px;
height:37px;
overflow: hidden;

}
ul.newsticker { /* that's your list */
background-color:#EFEFEF;
position: relative;
left: 970px;
font: normal 10px Verdana;
list-style-type: none;
margin: 0;
padding: 0;

}
ul.newsticker li {
background-color:#EFEFEF;
float: left; /* important: display inline gives incorrect results when you check for elem's width */
margin: 0;
/*padding:10px 0px 0px 0px;*/
white-space: nowrap;
}
ul.newsticker a {
white-space: nowrap;
padding: 0;
color: #D37109;
font: normal 10px Verdana;
text-decoration:underline;
background-color:#EFEFEF;
line-height:39px;
} 
ul.newsticker span {
background-color:#EFEFEF;
color:#000;
} 

.header_ticker{background-color:#e0301e;border:1px solid #000;border-bottom:0;color:#fff;padding:7px 10px;width:65px;text-align:center;float:left}
.left_ticker{float:left;background:url(../../css/images/flash_news_left.jpg) no-repeat;width:10px;height:40px;}
.right_ticker{float:left;background:url(../../css/images/flash_news_right.jpg) no-repeat;width:10px;height:40px;}
