/* liScroll styles */
#wrapp {
	float:left;
	position:relative;
	text-align:left;
	width: 900px;
	height: 20px;
	margin-top:-4px;
	margin-bottom:1px;
	overflow:hidden;
}
.tickercontainer { /* the outer div with the black border */
width: 900px; 
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: 6px;
top: 4px;
width: 886px;
overflow: hidden;
}
ul.newsticker { /* that's your list */
position: relative;
left: 920px;
font: normal 9px Arial;
color:#999;
vertical-align:bottom;
list-style:url(../images/list.gif.gif);
margin:0;
padding:0;

}
ul.newsticker li {
float: left; /* important: display inline gives incorrect results when you check for elem's width */
/*afstand tot verschillende items in tickerline */
padding:0;
margin:0;

}
ul.newsticker a {
white-space: nowrap;
font: normal 9px Arial;
color: #666;
text-decoration:none;
outline:none;
padding:0;
margin:0 50px 0 0;
} 
ul.newsticker a:hover {
white-space: nowrap;
font: normal 9px Arial;
color: #ff5800;
outline:none;
padding:0;
margin:0 50px 0 0;
} 
ul.newsticker span {
margin:0 10px 0 0;
} 


/* fix slow browsera */
li.none
{ color:#eee;
padding-bottom:20px;
list-style:none;}



/* this page declarations */	
