* {
	margin: 0;
	padding: 0;
}
/*body {
	background: #fff;
	color: #000;
	font: 0.7em/160% "Lucida Grande", Arial, Helvetica, Verdana, sans-serif;
	padding: 20px;
}*/
#newsticker {
	/*background: #092932;*/
	position: relative;
}
#newsticker ul {
	list-style: none;
	min-height: 21px;
	padding: 1px 1px;
	padding-right: 2px;
	color:White;
	font-family:Arial Tur;
	font-size: 11px;
}
* html #newsticker ul {
	height: 19px;
	overflow: visible;
}
#newsticker li.error {
	color: #f00;
}
#newsticker #togglenewsticker {
    background  : transparent url("images/1px.jpg") no-repeat 0 0;
	overflow: hidden;
	position: absolute;
	right: 2px;
	top: 0px;
	width: 14px;
	height: 20px;
	text-indent: 5px;
	outline: none;
}
* html #newsticker #togglenewsticker {
	right: 5px;
}