/* liScroll styles */

.tickercontainer { /* the outer div with the black border */
	width: 640px;
	margin-left: 150px;
	overflow: hidden;
	float:left;
}
.tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
	position: relative;
	margin: 3px 0 0 15px;
	/*
	width: 440px;
	*/
	height: 45px;
	overflow: hidden;
	/margin:3px 0 0 15px;
}
.tickercontainer .mask {
	 #width: 440px;
}
ul.newsticker { /* that's your list */
	position: relative;
	left: 600px;
	list-style-type: none;
	margin: 20px 0 0 0;
	padding: 0;
	width:20000px !important;
}
ul.newsticker li {
	float: left; /* important: display inline gives incorrect results when you check for elem's width */
	margin:0 0 0 60px;
	white-space: nowrap;
}
ul.newsticker a {
	white-space: nowrap;
}
