* {
	margin: 0;
	padding: 0;
}
#outerWrapper #contentWrapper #content #newsticker {
	background: #ffffff;
	position: relative;
	height: 432px;
	overflow: hidden;
}
#newsticker ul {
	list-style: none;
	overflow: hidden;
}
* html #newsticker ul {
	height: 432px;
	overflow: hidden;
}
#newsticker li.error {
	color: #f00;
}
#newsticker #togglenewsticker {
	background: transparent url("../images/ticker/icon_closenewsticker.gif") no-repeat 0 0;
	overflow: hidden;
	position: absolute;
	margin: 0;
	padding: 0;
	width: 278px;
	height: 432px;
	outline: none;
}
* html #newsticker #togglenewsticker {
	margin: 0;
	padding: 0;
}