#newsticker {
	background-color:#f7f7f7; border: 1px solid #e0e0e0; padding:4px; border-top:0;padding-bottom:0;
	position: relative;
	overflow:hidden;
	margin-bottom:15px;
}
#newsticker ul {
	list-style: none;
	min-height: 1.8em;
	padding: 2px;
	padding-bottom:0;
	padding-right: 30px;
}
#newsticker ul {
	height: 1.8em;
	overflow: hidden;
}
#newsticker li.error {
	color: #f00;
}
#newsticker #togglenewsticker {
	visibility:hidden;
	background: transparent url("icon_closenewsticker.gif") no-repeat 0 0;
	overflow: hidden;
	position: absolute;
	right: 10px;
	top: 12px;
	width: 14px;
	height: 14px;
	text-indent: 20px;
	outline: none;
	
}
#newsticker #togglenewsticker {
	right: 30px;
}
#newsticker a { font-weight:normal}
