/* liScroll styles */

.tickercontainer { /* the outer div with the black border */
border:none;
background:none; 
width:940px;

margin: 0; 
padding: 0;
overflow: hidden; 
	background-image:url(../template_bewag_neu/main/images/ticker.gif);
	background-repeat:no-repeat;
	background-position:left top;

	height:40px;

}
.tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
position: relative;
left:35px;
right:15px;
top: 10px;
width: 900px;
overflow: hidden;
}
ul.newsticker { /* that's your list */
position: relative;
left: 900px;
font: bold 10px Verdana;
list-style-type: none;
margin: 0;
padding: 0;
list-style-type:none !important;

}
ul.newsticker li {
	float: left; /* important: display inline gives incorrect results when you check for elem's width */
	margin: 0;
	padding: 0;
	background: none;
	/*list-style-image:url(../template_bewag_neu/main/images/aufzaehlung.gif);*/
	list-style-image:none;
	list-style-type:none;
}
ul.newsticker a {
	white-space: nowrap;
	padding: 0;
	color: #333333;
	font: bold 11px Verdana;
	margin: 0 50px 0 0;
	text-decoration:none;
	background:url(../template_bewag_neu/main/images/aufzaehlung.gif) left center no-repeat;
	padding-left:15px;
}
ul.newsticker a:hover {
	text-decoration:underline;
}
ul.newsticker span {
margin: 0 10px 0 0;
} 
