/* liScroll style declarations modified for News Ticker BBC Style */

.tickercontainer { /* the outer div with the black border 
background: #3f4245;*/
width: 650px;
height: 23px;
margin: 0;
margin-top:0px;
padding: 0px;
overflow: hidden;
margin-bottom:0px;
}
.tickercontainer .mask { 
position: relative;
left: 10px;
top: 5px;
width: 600px;
overflow: hidden;
}
ul#news { /* that's your list */
/*position:relative;
left: 878px;*/
font: bold 11px Verdana;
list-style-type: none;
margin: 0;
padding: 0;
 
}
ul#news li {
float: left; /* important: display inline gives incorrect results when you check for elem's width */
margin: 0 0 0 0;
padding:0px;
/*background: #3f4245;*/
}
ul#news li a {
white-space:nowrap;
padding: 0;
color:#fad601;
font: bold 11px Verdana;
margin: 0 30px 0 0;
}
ul#news a:hover{
color: red;
font: bold 11px Verdana;
}
ul#news span {
margin: 0 0 0 0;
padding:0;
}
p.h2 {font-weight:bold;font-size:140%;}
p.h3 {font-weight:bold;}
subtitle{font-weight:bold;color:grey;}

