#newsticker {
/*	background: #fff url(/images/shadow_box_m.gif) repeat-x bottom;*/
background-color:#01245c;
color:#ffffff;
	position: relative;
	font-size:14px;
	line-height:16px;
	height:121px;
	width:570px;
}
#newsticker ul {
	border: 1px solid #ca1409;
	list-style: none;
	height:120px;
	width:569px;
	padding: 0px 0px;
	padding:0px -1px -1px 0px;
	margin: 0px;
	list-style-type: none;
}
#newsticker li {
	padding: 5px;
}

* html #newsticker ul {
	height:120px;
	width:570px;
	overflow: visible;
}
#newsticker li.error {
	color: #f00;
}
#newsticker #togglenewsticker {
/*	background: transparent url("images/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;*/
}
