#newsticker {
	POSITION: relative;
}
#newsticker UL {
	padding: 0 0 0 0;
}
#newsticker LI h4 {
	COLOR: #fffdf0;
	font-size: 14px;
	font-weight: bold;
}
#newsticker LI p {
	COLOR: #ccc;
	font-size: 12px;
}
#newsticker LI.error {
	COLOR: #f00;
}
#newsticker #togglenewsticker {
	DISPLAY: none;
}
