
#newsticker {
	width: 452px;
	height: 90px;
	position: absolute;
	color: #ffffff;
	font: 13px Helvetica, "Lucida Grande", Arial, Verdana, sans-serif;
}

#newstickerbox {
	width: 453px;
	height: 90px;
	top: 100px;
	background: url("bkgtransparent.png") repeat;
	filter: alpha(opacity=25);
	-moz-opacity: .25;
	opacity: .25;
	position: absolute;
	color: #ffffff;
	font: 13px Helvetica, "Lucida Grande", Arial, Verdana, sans-serif;

}

#newsticker li {
	list-style: none;
	z-index: 3;
}

#headline {
	width: 455px;
	height: 20px;
	background-color:#000000;
	position: absolute;
}


#newsticker li a{
	font-weight: normal;
	text-decoration: none;
	color: #ffffff;
	z-index: 3;
}

#newsticker ul {
	overflow: visible;
	z-index: 3;
	top: 20px;
	padding: 0;
	margin: 0;
	width: 430px;
}

#newsticker li.error {
	color: #ffffff;
}

li.newscategory {
	top: 2px;
	left: 13px;
	position: relative;
	border: 0;
	padding-top: 0px;
	margin-top: 0px;
	font-weight: bold;
	font-size: 13px;
	z-index: 3;
}

