#newsticker {
	position: relative;
}
#newsticker ul { list-style: none; width:260px; display:block; margin:0 auto 20px; padding:0.5em; border:solid 1px #0e3e7d; border-width:1px 0; 
color:#0e3e7d; background: url(images/quote_bkg.gif) repeat-y; text-align:center; font: normal normal 12px/1.4 Georgia;}

* html #newsticker ul {
	height: 1.6em;
	overflow: visible;
}
#newsticker li.error {
	color: #f00;
}
#newsticker #togglenewsticker {
	background: transparent url("2") 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;
}