div#stock_div {
 text-align: right;
 font-size: 14px;
 font-family: Arial, sans serif;
 white-space: nowrap; 
/*
 position: absolute;
 top: 10px;
 left: 10px;
*/

 margin-top: 2px;
 
 color: white;
 background: url(/images/ticker_bg.gif) right top no-repeat;
 padding-top: 4px;
 /* width: 100px; */
 width: 100%;
 height: 45px;
 font-weight: bold;
 /* border: 1px solid red; */
}

div#stock_div{
 white-space: nowrap;
}

div#stock_div div{
 margin-right: 10px;
}
div#stock_div span{
 display: block;
 margin-top: 5px;
 font-size: 10px;
 font-weight: bold;
 font-family: arial;
}

div#stock_div span.stock_price{
 display: inline;
 color: #ffddaa;
 font-size: 14px;
 font-style: italic;
}

