 /* liScroll styles */

.tickercontainer { /* the outer div with the black border */
	width: 499px;
	margin: -1px 0 0 -43px;
	padding: 0;
	overflow: hidden;
	min-height: 22px;
	max-height: 48px;
	float: left;
	display: inline;
	position: relative;
	z-index: 1;
}
.tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
    left: 44px;
    min-height: 26px;
    position: relative;
    top: 6px;
    width: 219px;
	/* background: #c04600 url("squelettes/images/bg_flash_infos.png") repeat-y ; */
	background: #c04600;
	overflow: hidden;
}
ul.newsticker { /* that's your list */
	position: relative;
	left: 499px;
	list-style-type: none;
	margin: 0;
	padding: 2px 0 0 0;
	min-height: 20px;

}
ul.newsticker li {
	float: left; /* important: display inline gives incorrect results when you check for elem's width */
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
}
ul.newsticker a:link, ul.newsticker a:visited {
	white-space: nowrap;
	padding: 0;
	color: #fff;
	margin: 0;
	text-decoration: none;
}
ul.newsticker a:hover, ul.newsticker a:active, ul.newsticker a:focus {
	color: #fff;
	text-decoration: underline;
}


ul.newsticker a:visited {
	padding: 0;
	margin: 0;
}
