/* liScroll styles */

.tickercontainer { /* the outer div with the black border */
/*border: 1px solid #000; */
/*width: 940px; */
height: 22px; 
margin: 0; 
padding: 0
overflow: hidden; 

}
.tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
position: relative;
/*left: 10px;*/
margin-right: 0;
/*top: 3px;*/
/*width: 920px;*/
overflow: hidden;
width: 750px;
height: 16px;

}
ul.newsticker { /* that's your list */
border: none;
position: relative;
left: 0;
/*font: bold 10px Verdana;*/
list-style-type: none;
margin: 0;
padding: 0;
background-color: black;

}
ul.newsticker li {
float: left; /* important: display inline gives incorrect results when you check for elem's width */
margin: 0;
padding: 0;
}
ul.newsticker a {
white-space: nowrap;
padding: 0;
/*color: #ff0000;*/
color: white;
/*font: bold 10px Verdana;*/
margin: 0 5px 0 0;
/*margin: 0;*/
background-color: black;

} 
ul.newsticker a.twiticker-link {
text-decoration:none;
background-color: black;
}
ul.newsticker span.twiticker-date {
margin: 0 5px 0 10px;
color:gray;
/*margin: 0;*/
} 
ul.newsticker span.twiticker-user {
margin: 0 5px 0 0;
color:#F29812;
/*margin: 0;*/
}