#newsticker {
	position: relative;
	width:246px;
	height:183px;
	text-align:left;
	cursor: pointer;
	color:#013366;
	font-size:11px;
	text-decoration:none;
}
#newsticker div {
}
* html #newsticker div {
	overflow: visible;
}
#newsticker div.error {
	color: #f00;
}
#newsticker #togglenewsticker {
	overflow: hidden;
	position: absolute;
	right: 10px;
	top: 12px;
	width: 14px;
	height: 14px;
	text-indent: 20px;
	outline: none;
}
* html #newsticker #togglenewsticker {
	right: 30px;
}
