* { margin:0; padding:0; }


div#news-slide {
	position:relative;
	overflow:hidden;
	float:right;
	width:525px;
	height:1.3em;
	background-color: #666;
}
ul#news-slide-list {
	position: relative;
	overflow:hidden;
	width:525px;
	height:1.3em;
	list-style-type: none;
	
	
}
ul#news-slide-list li {
	position: absolute;
	padding: 0 10em 0  10em;
	left: 0px;
	top: 0px;
	white-space: nowrap;
}
ul#news-slide-list li.news-slide-first, li.news-slide-first {
}
    