ul, li {
	list-style: none;
}


#ticker {
	position: relative;
	overflow: hidden;
	margin: 0px 0 0;
	width: 250px;
}

#ticker ul {
	min-height: 200px;
	height: auto !important;
	height: 200px;
	margin: 8px;
	padding: 0px;
}
/** html #ticker ul {
	height: 1.6em;
	overflow: hidden;
}*/

#ticker li {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#007DCF;
}

#ticker li span {
	font-weight: normal;
	display: block;
}

#ticker li small {
	display: block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
}

#ticker li.error {
	color: #f00;
}

#ticker #togglenewsticker {
	overflow: hidden;
	position: absolute;
	outline: none;
}

