* {
	margin: 0;
	padding: 0;
}

#newsticker {

	position: relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color:#cccccc;
}

#newsticker a {
	color:#cccccc; 
	text-decoration:none;
}

#newsticker a:hover { 
	text-decoration:underline;
}


#newsticker ul {
	list-style: none;
	min-height: 1.4em;
	padding: 2px 1px;
	padding-right: 10px;
}
* html #newsticker ul {
	height: 1.4em;
	overflow: visible;
}
#newsticker li.error {
	color: #f00;
}
#newsticker #togglenewsticker {

	overflow: hidden;
	position: absolute;
	right: 10px;
	top: 1px;
	width: 16px;
	height: 16px;
	text-indent: 20px;
	outline: none;
}
* html #newsticker #togglenewsticker {
	right: 10px;
}