/* liScroll styles */

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