	#newsticker {
		background: transparent url("images/home_box_news.jpg") top left no-repeat;
		position: relative;
		left: 168px;
		width: 630px;
		height: 30px;
		padding-top: 5px;
	}
	#newsticker ul {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		/*border: 1px solid #fcf498;*/
		list-style-type: none;
		min-height: 1.6em;
		margin: 0px 15px 30px 60px;
		/*padding: 8px 15px;
		padding-right: 30px;
		padding-left: 60px;*/
	}
	* html #newsticker ul {
		list-style-type: none;
		height: 1.6em;
		overflow: visible;
	}
	* html #newsticker li {
		list-style-type: none;		
	}
	
	#newsticker a,	#newsticker a:visited{ 
		color: #000;
		text-decoration: none;
	 }

	#newsticker a:hover{ 
		color: #000;
		text-decoration: underline;
	 }
	
	#newsticker li.error {
		color: #f00;
	}

	/*
	#newsticker #togglenewsticker {
		background: transparent url("admin/images/pallina.gif") no-repeat 0 0;
		overflow: hidden;
		position: absolute;
		right: 10px;
		top: 8px;
		width: 14px;
		height: 14px;
		text-indent: 20px;
		outline: none;
	}
	* html #newsticker #togglenewsticker {
		right: 30px;
	}
	*/