#news {
	width: 980px;
	margin: 0px auto;
	margin-top:15px;
	background-color: #eeeeee;
	padding: 3px 0px 3px 0px;
	-webkit-border-top-left-radius: .5em;
  -moz-border-radius-topleft: .5em;
  border-top-left-radius: .5em;
  -webkit-border-bottom-left-radius: .5em;
  -moz-border-radius-bottomleft: .5em;
  border-bottom-left-radius: .5em;
  -webkit-border-top-right-radius: .5em;
  -moz-border-radius-topright: .5em;
  border-top-left-radius: .5em;
  -webkit-border-bottom-right-radius: .5em;
  -moz-border-radius-bottomright: .5em;
  border-bottom-right-radius: .5em;
	clear: both;
}
#newsheader {
	text-align: right; 
	width: 50px;
	float: left;
	padding-right: 25px;
}
#newsticker {
	height: 18px; 
	line-height: 18px; 
/*	width: 500px; */
	text-align: left;
	background: transparent;
	position: relative;
/*	margin: 0 auto;*/
}
#newsticker ul {
	list-style: none;
/*	min-height: 1.6em;
	padding: 10px 15px;
	padding-right: 30px;*/
}
* html #newsticker ul {
	height: 1.6em;
	overflow: visible;
}
#newsticker li.error {
	color: #f00;
}

#newsticker li {
	text-align: left;
}

#newsticker #togglenewsticker {
	overflow: hidden;
	position: absolute;
	right: 10px;
	top: 12px;
	width: 14px;
	height: 14px;
	text-indent: 20px;
	outline: none;
}
* html #newsticker #togglenewsticker {
	right: 30px;
}