@charset "utf-8";
/* CSS Document */

/* liScroll style declarations */

.tickercontainer { /* the outer div with the black border */
border:double #202075;
background: #fff; 
width: 954px; 
height: 30px; 
margin: 0; 
padding: 0;
overflow: hidden; 
}

.tickercontainer { /* the outer div with the black border */
/width: 952px;
_width:956px;
}

.tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
position: relative;
left: 10px;
top: 5px;
width: 930px;
overflow: hidden;
}
ul.newsticker { /* that's your list */
position: relative;
left: 950px;
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;
_margin-top:2px;
padding: 0;
background: #FFF;
width:900px;
}
ul.newsticker a {
white-space: nowrap;
padding: 0;
color: #202075;
margin: 0 50px 0 0;
} 
ul.newsticker span {
font-size:14px;
font-weight:bold;
line-height:12px;
color: #6492ae;
margin: 0;
}
ul.newsticker span #endticker{
margin: 0;
}
