@charset "utf-8";
/* liScroll style declarations */

.tickercontainer { /* the outer div with the black border */
	width: 650px;
	height: 20px;
	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: 10px;
	top: 0px;
	width: 630px;
	overflow: hidden;
}
ul.newsticker { /* that's your list */
	position: relative;
	left: 750px;
	list-style-type: none;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	list-style-image: none;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
ul.newsticker li {
	float: left;
	list-style-type: none;/*background: #fff;*/
	list-style-image: none;
	padding: 0;
	margin-top: 4px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
ul.newsticker a {
	white-space: nowrap;
	padding: 0;
	color: #ff0000;
	list-style-image: none;
	list-style-type: none;
	margin-top: 0;
	margin-right: 39px;
	margin-bottom: 0;
	margin-left: 0;
} 
ul.newsticker span {
margin: 0 10px 0 0;
} 

