#newsticker {
	width:800px;
	margin:auto;
	background-color:#FFC;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding-left:6px;
	padding-right:6px;
	border: 1px solid #CCCCCC;
}
#newsticker h3
{
	size:12px;

}
#newsticker p {
	size:10px;
}
#newsticker ul {
	min-height: 1.6em;
	list-style: none;
	padding:0px;
	height:155px;
}
#newsticker h3 {
	margin:3px;
}
* html #newsticker ul {
	height: 1.6em;
	overflow: visible;
}
#newsticker li.error {
	color: #f00;
}
#newsticker #togglenewsticker {
	font-size:8px;
	overflow: hidden;
	position:relative;
	outline: none;
	bottom:5px;
}
#newsticker li {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
}
