.newsticker {
	width: 196px;
	height: 65px;
	margin-top: 50px;
	/*background: #ffffaf;*/
	position: relative;
	/*border: 1px solid red;*/
	height: 15px;
}
.newsticker ul {
	/*border: 1px solid #fcf498;*/
	list-style: none;
	padding: 0px;
	/*border: 1px solid red;*/
	margin: 0px;
	/*min-height: 1.6em;
	padding: 10px 15px;
	padding-right: 30px;*/
}
* html .newsticker ul {
	/*height: 1.6em;*/
	overflow: visible;
}
.newsticker li.error {
	color: #f00;
}
.newsticker #togglenewsticker {
	/*background: transparent url("../img/icon_closenewsticker.gif") no-repeat 0 0;*/
	overflow: hidden;
	position: absolute;
	right: 1px;
	top: 1px;
	width: 1px;
	height: 1px;
	text-indent: 0px;
	outline: none;
	/*border: 1px solid red;*/
}
* html .newsticker #togglenewsticker {
	right: 1px;
}