
#newsticker {
	position: relative;
	width:400px;
	height:35px;
	color:#FFF;
	font-weight:bold
}
#newsticker ul {
	list-style: none;
	padding-top: 10px;
	padding-right: 30px;
}
* html #newsticker ul {
	overflow: visible;
}
#newsticker li.error {
	color: #f00;
}
#newsticker #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;
}
* html #newsticker #togglenewsticker {
	right: 30px;
}

#newsticker2 {
	position: relative;
	width:180px;
	font-size:18px
	color:#000;
	font-weight:bold
}
#newsticker2 ul {
	list-style: none;
		font-size:18px

}
* html #newsticker2 ul {
	overflow: visible;
}
#newsticker2 li.error {
	color: #f00;
}
#newsticker2 #togglenewsticker2 {
	background: transparent url("icon_closenewsticker2.gif") no-repeat 0 0;
	overflow: hidden;
	position: absolute;
	right: 10px;
	top: 12px;
	width: 14px;
	height: 14px;
	text-indent: 20px;
	outline: none;
}
* html #newsticker2 #togglenewsticker2 {
	right: 30px;
}