/* liScroll style declarations */

#feed {position:relative;top:0;}

.tickercontainer { /* the outer div with the black border */
border: 0px solid #000;
background: #693; 
width: 692px; 
height: 30px; 
margin: 0 0 8px 0; 
padding: 0;
overflow: hidden; 
float:left;
}
.tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
position: relative;
left: 10px;
top: 7px;
width: 672px;
overflow: hidden;
}
ul.newsticker { /* that's your list */
position: relative;
left: 0px;
list-style-type: none;
font-size:70%;
font-weight:normal;
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;
background: #693;
color:#FFF;
}
ul.newsticker a {
white-space: nowrap;
padding: 0;
margin: 0 30px 0 0;
color:#FFF;
text-decoration:none;
} 
ul.newsticker a:hover {
color:#CF9;
}

ul.newsticker span {
margin: 0 10px 0 0;
} 



















/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
