#jquery_news {
	width:100%;
	height:20px;
	margin-top:0;
	float:left;
	position: relative;
	overflow: hidden;
}
.headline {
	position: absolute;
	top:50px;
	left: 5px;
	height: 20px;
	width:100%;
	padding:0;
	text-align:center;
	font:bold 10px Tahoma;
} 
.headline a { color:#fff;  }
.headline a:hover { color:#111; text-decoration:none; }