@charset "utf-8";
/* liScroll styles */
#DivSticker {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:27px;
	background-color: #a7c2f1;
	z-index:2000;
}
.tickercontainer { /* the outer div with the black border */
background-color: #a7c2f1; 
width: 860px; 
height: 27px; 
margin:auto; 
padding: 0;
overflow: hidden; 
top:-4px;
left:0px;
position:relative;
}
.tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
position: relative;
margin:auto;
top: 8px;
width: 840px;
left:10px;
overflow: hidden;
}
ul.newsticker { /* that's your list */
position: relative;
left: 872px;
font: bold 10px;
list-style-type: none;
margin: 0;
padding: 0;
font-family:"lucida grande",lucida,tahoma,helvetica,arial,sans-serif!important;
}
ul.newsticker li {
float: left; /* important: display inline gives incorrect results when you check for elem's width */
margin: 0;
padding: 0;
background: #a7c2f1;
color:#F00;
}
ul.newsticker a {
white-space: nowrap;
padding: 0;
color: #000;
font: bold 10px;
margin: 0 50px 0 0;
text-decoration:none;
font-family:"lucida grande",lucida,tahoma,helvetica,arial,sans-serif!important;
} 
ul.newsticker span {
margin: 0 10px 0 0;
} 
