#newsticker {
	width: 812px;
	height:40px;
	margin:0 auto 0 20px;
	padding:0 10px 0 120px;
	background: transparent url(../../images/newsticker.jpg) left 10px no-repeat;
	position: relative;
	overflow:hidden;
	border-bottom:2px solid #cccccc;
}
#newsticker ul {
	list-style: none;
	min-height: 1.6em;
	margin:0;
	margin-top:10px;
	padding: 0;
	padding-right: 0;
}
#newsticker ul {
	height: 1.6em;
	overflow: visible;
}
#newsticker li.error {
	color: #f00;
}
#newsticker li {	margin:0 0 20px 0;
					padding:0;
}
#newsticker #togglenewsticker {
	background: transparent url("iiicon_closenewsticker.gif") no-repeat 0 0;
	overflow: hidden;
	position: absolute;
	right: 10px;
	top: 12px;
	width: 14px;
	height: 14px;
	text-indent: 20px;
	outline: none;
}
#newsticker #togglenewsticker {
	right: 30px;
}