/* the news box */
#ticker01
{
	width:700px;
	background:#fff;
	margin-left: 30px;
}
#ticker01 a
{
	color: #000;
}
#ticker01 ul
{
	margin:0 .5em 0 1em;
	padding:0;
}
#ticker01 li{
	line-height:2em;
	list-style: none;
	display: inline;
	margin-right: 30px;
}
/* the news box when JavaScript is available */
#ticker01.hasJS
{
	height:20px;
	overflow:hidden;
	position:relative;
}
/* The nested UL when JavaScript is available */
#ticker01.hasJS ul
{
	position:absolute;
	top:0px;
	left:0;
	margin:0 .5em 0 .5em;
	padding:0;
}
 p#DOMnewsstopper {
	margin-top: -15px;
	float:right;
	margin-right: 30px;
}