/* liScroll styles */

.tickercontainer { /* the outer div with the black border */
	width: 635px;
	height: 24px;















padding: 0
overflow: hidden; 
	position: absolute;
	z-index: 9;
	margin: 0;
}
.tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
	position: absolute;
	top: 8px;
	width: 635px;
	overflow: hidden;
	z-index: 10;
}
ul.newsticker { /* that's your list */
	position: relative;
	font: bold 10px Verdana;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	left: 635px;

}
ul.newsticker li {
	float: left; /* important: display inline gives incorrect results when you check for elem's width */
	margin: 0;
	left: 0px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
}
ul.newsticker a {
	white-space: nowrap;
	padding: 0;
	color: #C33;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
} 
ul.newsticker a:hover {
	white-space: nowrap;
	padding: 0;
	color: #FFF;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}

ul.newsticker span {
margin: 0 10px 0 0;
} 
