
}
#newsticker {
	width: 390px
        height: 20px
	position: center;
        
}
#newsticker ul {
	border: 1px solid #f91a4f;
	list-style: none;
	min-height: 1.4em;
	padding: 0px 0px;
	padding-right: 0px;
	position: center;
background-image: url("../gfx/style/tickerback.jpg");
}
* html #newsticker ul {
	height: 1.6em;
	overflow: visible;
}
#newsticker li.error {
	color: #f00;
}
#newsticker #togglenewsticker {
	background: transparent url("icon_closenewsticker1.gif") no-repeat 0 0;
	overflow: hidden;
	position: absolute;
	right: 10px;
	top: 0px;
	width: 14px;
	height: 14px;
	text-indent: 0px;
	outline: none;
}
* html #newsticker #togglenewsticker {
	right: 0px;
}
