/* liScroll styles */

.tickercontainer { /* the outer div with the black border */
	background: #fff;
	width: 550px;
	height: 27px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}
.tickercontainer2 { /* the outer div with the black border */
	background: #fff;
	width: 550px;
	height: 27px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: none;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
margin:0px;
padding:0px;
position: relative;
margin-top:6px;
left: 10px;
width: 530px;
overflow: hidden;
}
ul.newsticker { /* that's your list */
position: relative;
left: 550px;
font: bold 10px Verdana;
list-style-type: none;
margin: 0;
padding: 0;
margin: 0 10px 0 0;
}
ul.newsticker li {
float: left; /* important: display inline gives incorrect results when you check for elem's width */
margin: 0;
padding: 0;
background: #fff;
margin: 0 10px 0 0;
}
ul.newsticker a {
	white-space: nowrap;
	padding: 0;
	color: #009900;
	margin: 0 0 0 0;
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
} 
ul.newsticker span {
margin: 0 10px 0 0;
} 
