#newsticker 

	{
	background: 		#ffffff;
	position: 		relative;
	width:			1000px;
	left:			50%;
	margin-left:		-500px;
	text-align:		center;
	height:			50px;
	}

#newsticker ul 

	{
	border: 		none;
	list-style: 		none;
	font-size:		1.4em;
	font-weight:		normal;
	color:			#666666;
	}

* html #newsticker ul 
	
	{
	height: 		1.4em;
	overflow: 		visible;
	}

#newsticker li.error 

	{
	color: 			#f00;
	}

#newsticker ul li a

	{
	color:			#666666;
	text-decoration:	none;
	}

#newsticker ul li a:hover
	{
	color:			#f00;
	}

#newsticker #togglenewsticker 

	{
	background: 		transparent url("http://www.hschaffer.com/gfx/misc/icon_closenewsticker.gif") no-repeat 0 0;
	overflow: 		hidden;
	position: 		absolute;
	right: 			10px;
	top: 			0px;
	width: 			14px;
	height: 		20px;
	text-indent: 		20px;
	outline: 		none;
	}

* html #newsticker #togglenewsticker 

	{
	right: 			30px;
	}