#newsticker {
	background: #333;
	position: relative;
      font-size:15px;
padding:0;
margin:0;
}
#newsticker ul {
margin:0;
	list-style: none;
	min-height: 30px;
	padding: 10px 15px;
	padding-right: 30px;
}
* html #newsticker ul {
	height: 1.6em;
	overflow: visible;
}
#newsticker li.error {
	color: #f00;
}

#newsticker li strong {
	color: #fff;
      font-size:18px;
}

#newsticker li span {
	color: #666;
      font-size:10px;
text-transform: uppercase;
}




#newsticker #togglenewsticker {
	background: transparent url("http://www.vikingkarwur.com/images/button_cancel.png") 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;
}