#newsticker *{
	margin:0;
}

#newsticker {
	background: #fff;
	position: relative;
	min-height:180px;
}
#newsticker ul {
	list-style: none;
	margin:0 15px;
}

* html #newsticker ul {
	height: 120px;
	overflow: visible;
}

#newsticker li.error {
	color: #f00;
}

#newsticker #togglenewsticker {
	overflow: hidden;
	position: absolute;
	right: 0px;
	top: 12px;
	width: 14px;
	height: 14px;
	text-indent: 20px;
	outline: none;
}

* html #newsticker #togglenewsticker {
	right: 0px;
}