/* liScroll styles */

.tickercontainer { /* the outer div with the black border */


width: 971px; 
height: 20px; 
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: 10px;
top: 3px;
width: 971px;
overflow: hidden;
}
ul.newsticker { /* that's your list */
position: relative;
left: 836px;
/*font-family: "‚l‚r ‚oƒSƒVƒbƒN", Arial, sans-serif;*/
font-size:11pt;
/*font-weight:bold;*/
color:#696969;
text-shadow: 0px 1px 0px #F5F5F5;
filter: dropshadow(color=#F5F5F5,offX=0,offY=1);
list-style-type: none;
margin: 0;
padding: 0;

}
ul.newsticker li {
float: left; /* important: display inline gives incorrect results when you check for elem's width */
margin: 0;
white-space: nowrap;
padding:  0px 13px;
}
ul.newsticker a {
white-space: nowrap;
padding: 4px 13px;

color:#696969;
text-shadow: 0px 1px 0px #F5F5F5;
filter: dropshadow(color=#F5F5F5,offX=0,offY=1);

/*font-family: "‚l‚r ‚oƒSƒVƒbƒN", Arial, sans-serif;
font-size:10pt;*/
/*font-weight:bold;*/
margin: 0 50px 0 0;
/*background: url(/images/top/headLine_link.gif) 0px 8px no-repeat;*/

} 
ul.newsticker span {
margin: 0 10px 0 0;
} 