#newsticker {
	position: relative;
}
#newsticker ul {
	list-style: none;
	min-height: 1.6em;
	padding: 0;
	margin:0;
}
* html #newsticker ul {
	height: 1.6em;
	overflow: visible;
}
#newsticker li.error {
	color: #f00;
}
#newsticker p{
	background-color:#E0ECF8;
}

#newsticker_single {
	position: relative;
}
#newsticker_single ul {
	list-style: none;
	min-height: 150px;
	padding: 0;
	margin:0;
}
* html #newsticker_single ul {
	height: 1.6em;
	overflow: visible;
}
#newsticker_single li.error {
	color: #f00;
}