* {
	margin: 0;
	padding: 0;
}

#newsticker .tickertitle
{
	position:relative;	
	margin-top:0px;
	margin-left:30px;
	font-family:Arial, Verdana;
	font-size:13px;
	color:#8dd1f9;
	margin-top:9px;
	
}
#newsticker {
	background: transparent url("../../images/newsbackground.png") no-repeat 0 0;
	position:relative;
	float:left;
	width:847px;
    margin-top: -19px;
    margin-bottom:20px;
    height:33px;	
}


#newsticker ul 
{
	border: 0px solid #000000;
	position:relative;
	list-style: none;
	margin-top:10px;
	margin-left:145px;
	font-size:14px;
	margin-top:-21px;
}


#newsticker ul li a
{
	color:#ffffff;
}
#newsticker ul li a:hover
{
	text-decoration:none;
}

/*
* html #newsticker ul {
	height: 33px;
	overflow: visible;
	margin-top:-20px;
}
*/
#newsticker li.error {
	color: #f00;
}

#newsticker #togglenewsticker {
	/*background: transparent url("../../images/icon_closenewsticker.gif") 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;
}
*/
