#newsticker {
	background: #556293;
	position: relative;
	color : #f0b310;
	font-size : 14px;
	background-image : url('../../images/HatShop/header/newsEvents.gif');
	background-position : top left;
	background-repeat : no-repeat;

}
#newsticker a
{
  	color : #f0b310;
	text-decoration : none;
}

#newsticker a:hover
{
	text-decoration : underline;
}

#newsticker ul 
{
    margin:0px;
    padding:0px;
    margin-top : 2px;
height : 24px;
	list-style: none;
	padding-right: 30px;
	padding-left : 110px;
	padding-top : 4px;
}

#newsticker 
{
	display : none;
}


* html #newsticker ul 
{
	overflow: visible;
}
#newsticker li.error {
	color: #f00;
}
