/* Ticker Styling */
#ticker_wrapper{
position: relative;
margin: 0 auto;
padding: 9px 0px 10px;
width: 980px;
height: 20px;
font-size: 12px;
}
#ticker{
position: relative;
height: 14px;
color: #333333;
font-weight: bold;
font-size: 12px;
line-height: 20px;
overflow: hidden;
}
#ticker a{
color: #333333;
text-decoration :none;
}
#ticker a:hover{
color: #0099cc;
text-decoration :none;
}