div.ticker {
position:relative;
left:103px;
top:0px;
width:340px;
height:60px;
margin:0px;
padding:0px;
overflow:hidden
}

div.ticker div {
position:absolute;
left:0px;
top:0px;
width:100%;
border-style:none;
border-width:0px;
margin:0px;
padding:0px;
font-family:Courier New, Courier, monospace;
/*font-family:Arial, Helvetica, sans-serif;*/
font-size:11px;
color:#FF5D02;
text-align:center;
white-space:nowrap;
line-height:13px;
}

div.ticker img {
position:absolute;
left:0px;
top:0px;
width:100%;
height:100%
}

div.ticker span.pos {
font-family:Courier New, Courier, monospace;
/*font-family:Arial, Helvetica, sans-serif;*/
font-size:11px;
color:#FF5D02;
line-height:13px;
background-color:none
}

div.ticker span.neg {
/*
font-family:Courier New, Courier, monospace;
font-size:11px;
*/
color:none;
line-height:13px;
background-color:#FF5D02
}
