
#newsticker {
	background: #fff;
	position: relative;
	height:38px;
	overflow:hidden;
	
	border-top: 1px solid #fff;

	border-bottom: 1px solid #fff;

}
#newsticker ul {height:18px;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:10px 0 2px;
overflow:hidden;
padding:3px 30px 10px 20px;
}
* html #newsticker ul {
	height: 1.6em;
	overflow: visible;
}
#newsticker li.error {
	color: #f00;
}
#newsticker li {
	list-style:none;
	font-size:18px;
	color:#59483E;
	font-weight:100;
	font-family:century gothic;arial;
	}


#newsticker #togglenewsticker {
	background: transparent url("/includes/newsticker/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;
}

