.tickercontainer { /* the outer div with the black border */
border-bottom: 1px dotted #E4BD66;
background: #fff; 
width: 735px; 
height: 30px; 
margin: -8px 0 10px 0; 
padding: 0;
overflow: hidden; 
}

.tickercontainerFLASH {
border-bottom: 1px dotted #E4BD66;
background: #fff; 
width: 735px; 
height: 30px; 
margin: -12px 0 10px 0; 
padding: 0 0 4px 0;
overflow: hidden; 
}

.tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
position: relative;
left: 23px;
top: 0px;
width: 689px;
overflow: hidden;
}

ul.newsticker { /* that's your list */
white-space: nowrap;
position: relative;
left: 250px;
font: 14px Arial,Verdana,Tahoma;
list-style-type: none;
margin: 0;
padding: 0;
}

ul.newsticker li {
white-space: nowrap;
float: left; /* important: display inline gives incorrect results when you check for elem's width */
margin: 0;
padding: 0;
background: #fff;
height:20px;
line-height:20px;
}

ul.newsticker li span.plus{
color:#ce8756;
}

ul.newsticker a {
white-space: nowrap;
padding: 0;
color: #000000;
font: 14px Arial,Verdana,Tahoma;
margin: 0 0 0 0;
text-decoration: none;
}

ul.newsticker a:hover {
text-decoration: none;
}

ul.newsticker span.plus {
margin: 0 16px 0 16px;
}

ul.newsticker span.link {
color: #0000aa;
font-size: 13px;
text-decoration: underline;
}

.tipDivDisp {
display:none;
}
