#flash-info{ clear:both; width:960px; padding:5px 0; border-bottom:1px solid #ccc; background-color:#fff;  font-weight:bold;}

/* liScroll styles */

.tickercontainer { /* the outer div with the black border */
width: 950px; 
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: 950px;
overflow: hidden;
}
.hack_lg{
width:2000px;
}

ul.newsticker { /* that's your list */
position: relative;
left: 750px;
list-style-type: none;
margin: 0;padding: 0;
color: #ff0000;
}
ul.newsticker li {
float: left; /* important: display inline gives incorrect results when you check for elem's width */
margin: 0;
padding: 0;
color: #ff0000;
}
ul.newsticker a {
white-space: nowrap;
padding: 0;
color: #ff0000;
margin: 0 50px 0 0;
} 
ul.newsticker span {margin: 0 10px 0 0; float:left; color: #ff0000;}
ul.newsticker p{float:left; width:auto; margin:0; padding:0;display:inline; }
