#newsticker {
	position: relative;
  	min-height:50px;
  	height:auto !important;
  	height:50px;
	margin-bottom:15px;
}
#newsticker ul {
	list-style: none;
	margin: 50px 0 30px 0;
	font-size: 14px;
	font-style:italic;
	text-align:center;
}
* html #newsticker ul {
	height: 1.6em;
	overflow: visible;
}
#newsticker li.error {
	color: #f00;
} 

#newsticker li {
	border-bottom: 1px solid #5375A6;
	padding-bottom:15px;
}

#newsticker li span{
	display: block;
	color:#2E4B73;
	font: bold 12px Arial, sans-serif;
}
#newsticker #togglenewsticker {
	display:none;
	/*** 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; ***/
}
* html #newsticker #togglenewsticker {
	right: 30px;
}