
#newsticker_wrapper {
	background: white url('bg_174399.png');
	left: 0px;
	top: 296px;
	width: 320px;
	position: absolute;
	padding: 10px;
	border: 1px solid #dddddd;
	overflow: hidden;
	z-index: 300;
}
#newsticker {
	
}
#newsticker ul {
	list-style: none;
	min-height: 1.6em;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

#newsticker ul li {
	width: 320px;
	font-size: 12px;
}
* html #newsticker ul {
	height: 1.6em;
	overflow: hidden;
}
#newsticker li.error {
	color: #f00;
}

#newsticker #togglenewsticker {
	display: none;
}

#newsticker .newsticker_title {
	font-weight: bold;
}
#newsticker .newsticker_date {
	font-style: italic;
}
#newsticker .newsticker_text {
	display: block;
	margin-top: 2px;
}
#newsticker .newsticker_text div {
	display: inline;
}
