/*
* {
	margin: 0;
	padding: 0;
}

body {
	background: #fff;
	color: #000;
	font: 0.7em/160% "Lucida Grande", Arial, Helvetica, Verdana, sans-serif;
	padding: 20px;
}
*/

#contentticker {
	margin: 0;
	padding: 0;
	background: #fff;
	color: #000;
	font: "Lucida Grande", Arial, Helvetica, Verdana, sans-serif;
}
#contentticker {
	width: 140px;
	height: 200px;
}
#contentticker ul {
	list-style: none;
	
	margin: 20px 0 0 0;
	padding:  0;
}
#contentticker ul li {
	list-style: none;
	margin: 0;
	padding:  0;
	}

#contentticker ul li p.credit {
	text-align: right;
	font-weight: bold;
	margin: 15px 0 0 0;
	}

* html #contentticker ul {
	height: 1.6em;
	overflow: visible;
}
#contentticker li.error {
	color: #f00;
}
#contentticker #togglenewsticker {
	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;
	display: none;
}
* html #contentticker #togglenewsticker {
	right: 30px;
}