#newsticker {
	position: relative;
	height: 50px;
	padding-top:6px;
	padding-right:75px;
}
#newsticker ul {
	list-style: none;
}
#newsticker ul li p {
		color:#FFF;
font-size: 12px;
margin:0px;
font-weight:normal;
font-style:italic;
text-align:center;
line-height:14px;
padding:0;

}

#newsticker ul li p strong {color:#fff;}

* html #newsticker ul {
	overflow: visible;
}
#newsticker li.error {
	color: #f00;
}

#newsticker #togglenewsticker {
	background: transparent url("icon_closenewsticker.gif") no-repeat 0 0;
	overflow: hidden;
	position: absolute;
	right: 10px;
	top: 12px;
	width: 14px;
	height: 14px;
	text-indent: 20px;
	outline: none;
}
* html #newsticker #togglenewsticker {
	right: 30px;
}
