/* here you can put your own css to customize and override the theme */

#ticker { width:100%; height:75px; border:1px solid #aaaaaa; overflow:auto; color:#000; margin:0px; }
#ticker dt {  }
#ticker dd {}
#ticker dd.last {  }
#ticker div { margin-top:0; }

.ticker {
margin-bottom:10;
padding:5px;
list-style-type:none;
display:none;
}
.ticker li, ol li {
line-height:2.5em;
}

.ticker-active {
height:auto;
overflow:hidden;
}
.ticker-active li {
display:none;
overflow:hidden;
white-space:nowrap;
}