/* liScroll styles */

.tickercontainer { /* the outer div with the black border */
width: 372px; 
height: 18px; 
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: 0px;
top: 0px;
width: 372px;
overflow: hidden;
}
ul.newsticker { /* that's your list */
position: relative;
left: 240px;
color:#e60072;
font: italic 13px Trebuchet MS, Arial, Helvetica, sans-serif;
list-style-type: none;
margin: 0;
padding: 0;

}
ul.newsticker li {
float: left; /* important: display inline gives incorrect results when you check for elem's width */
margin: 0;
padding: 0;
width:2100px;
#width:2300px;
}
ul.newsticker a {
white-space: nowrap;
padding: 0;
color: #e60072;
font: bold italic 11px Georgia, "Times New Roman", Times, serif;
margin: 0 50px 0 0;
} 
ul.newsticker a:hover {text-decoration:underline;}
ul.newsticker span {
margin: 0 10px 0 0;
} 