/* liScroll style declarations */

.tickercontainer { /* the outer div with the black border */
	background: #413000; 
	width: 490px; 
	height: 20px; 
	margin: 0px; 
	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: 10px;
	top: 0px;
	width: 470px;
	overflow: hidden;
}

ul.newsticker { /* that's your list */
	position: relative;
	font-size: 13pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	list-style-type: none;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
}

ul.newsticker li {
	display: inline;
	white-space: nowrap;
	margin: 0;
	padding: 0px 50px 0px 0px;
	background: #413000;
	color: #e7d8ac;
	text-transform: uppercase;
}

ul.newsticker a {
	white-space: nowrap;
	padding: 0;
	color: #e7d8ac;
	margin: 0 50px 0 0;
} 

ul.newsticker span {
	margin: 0 10px 0 0;
	color: #e7d8ac;
} 
