/* liScroll styles */

/*
CCBot/1.0 (+http://www.commoncrawl.org/bot.html)
*/


.tickercontainer { /* the outer div with the black border */
	border: 0px;
	background: rgba(152,203,7,0.8); 
	width: 100%; 
	height: 27px; 
	margin: 0; 
	padding: 0;
	overflow: hidden;
	position:absolute;
	bottom:0px;
}

.tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
	position: relative;
	left: 0px;
	top: 0px;
	width: 100%;
	overflow: hidden;
}

ul.newsticker { /* that's your list */
	position: relative;
	left: 750px;
	font:  14px Verdana;
	color: white;
	list-style-type: none;
	margin: 0;
	padding: 0;
	height:27px;
	background-image: url(/dms/icf/images/paddler/paddler.gif);
	background-repeat: no-repeat;
	background-position:0 0;
}

ul.newsticker li {
	float: left; /* important: display inline gives incorrect results when you check for elem's width */
	margin: 0;
	padding-left: 27px;	
	padding-top:4px;
	background: rgba(152,203,7,0.0);
	color: white;
	font:  14px Verdana;
}

ul.newsticker a {
	white-space: nowrap;
	padding: 0;
	color: white;
	font: 14px Verdana;
	margin: 0 50px 0 0;
}

ul.newsticker span {
	margin: 0 10px 0 0;
} 
