#newsticker {
	background: #ffffaf;
	position: relative;
	height:223px;
	width:223px;
	background:url(../images/bg_offerte.jpg) no-repeat;
}
#newsticker ul {
	list-style: none;
	height: 213px;
	padding: 5px 10px;
	padding-top:30px;
}
* html #newsticker ul {
	height: 223px;
	overflow: visible;
}
#newsticker li.error {
	color: #f00;
}
#newsticker #togglenewsticker {
	background: transparent url("icon_closenewsticker.gif") no-repeat 0 0;
	overflow: hidden;
	position: absolute;
	right: 5px;
	top: 22px;
	width: 14px;
	height: 14px;
	text-indent: 20px;
	outline: none;
}
* html #newsticker #togglenewsticker {
	right: 30px;
}