/* liScroll style declarations */

.tickercontainer { /* the outer div with the black border */
border: 1px solid #000;
background: #000; 
width: 750px; 

margin: 0px; 
padding: 0px;
overflow: hidden; 
}
/*.tickercontainer .mask {  that serves as a mask. so you get a sort of padding both left and right
position: relative;
left: 10px;
top: 8px;
width: 730px;
overflow: hidden;
} */
#newsticker {
background: #000;
padding:5px,0px,5px,0px;
height: 27px; 
margin: 0px;
}

#newsticker {
	margin: 0px 0px;
	padding-left:5px;
	list-style: none;
}

ul #newsticker { /* that's your list */

position: relative;
left: 750px;
font: bold 10px Verdana;
list-style-type: none;
margin: 0px 5px;
padding: 0px;

}
ul #newsticker li {
float: left; /* important: display inline gives incorrect results when you check for elem's width */
margin:  0px;
padding: 0px;
background: #000;
}

#newsticker li a {
line-height: 27px;
}

ul.newsticker a {
white-space: nowrap;
padding: 0;
color: #ff6103;
font: bold 10px Verdana;
margin: 0px;
} 
ul.newsticker span {

margin-right:10px;
} 
.white{
	color: #ffffff;
}

