
#newsticker {
	background: #ffffff;
	position: relative;
	float:right;
	width:430px;
	height:100px;
	text-align: left;
}
#newsticker ul {
	border: 1px solid #FCB040;
	list-style: none;
	min-height: 60px;/*5.2em;*/
	height: 60px;
	padding: 12px 8px;
	padding-right: 10px;
	width: 410px;
	margin: 4px 0px 0px 0px;
	font-size: 12px;
}
* html #newsticker ul {
	overflow: visible;
}
#newsticker li.error {
	color: #999999;
}
#newsticker a {
	text-decoration: none;
	color: #444444;
}

#newsticker #togglenewsticker {
	background-color: #FFFFFF;
	color:#FCB040;
	width: 110px;
	height: 14px;
	font-size: 12px;
	font-weight: bolder;
	text-indent: 8px;
	position: absolute;
	right: 10px;
	top: 0px;
	overflow: hidden;
	outline: none;
}

#newsticker #lienTfdj {
	background-color: #FFFFFF;
	width: 180px;
	height: 14px;
	position: absolute;
	left: 10px;
	top: 86px;
	text-indent: 8px;
	overflow: hidden;
	outline: none;
}
