/* liScroll styles */

.tickercontainer { /* the outer div with the black border */
border: 0px solid #FFCC00; 
width: 100%; 
padding-left: 30px; 
padding: 0;
overflow: hidden; 
/*background:rgba(0,0,0,0.6); */
/* background-image: url('img/comment-link.png') no-repeat left center; Position left/right/whatever */
margin-top:0px;
}

ul.newsticker { /* that's your list */
position: relative;
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;
border:0px solid #FF0000;
min-width: 1200px ; /**get width for each item*/
font-size:14px;
text-shadow: 1px 1px #000000;
color:#f0cd7f;
}

ul.newsticker a {
white-space: nowrap;
padding: 0;
color:#c3aa1f;
margin: 0 50px 0 0;
} 

ul.newsticker span {
margin: 0 5px 0 20px;
border: 0px solid #006699;
} 