.news-wrapper
{
	width: 1000px;
	position: relative;
	overflow: hidden;
}
.news-title
{
	float: left;
	z-index: 11;
}
.news
{
	width: 100%;
	height: 20px;
	overflow: hidden;
}
.headline
{
	position: absolute;
	height: 20px;
	overflow: hidden;
	z-index: 1;
	/*overflow: hidden;*/
}
.headline a, .headline a:active, .headline a:visited
{
	text-decoration: none;
}
.headline a:hover
{
	text-decoration: none;
}
.preview-wrapper
{ display:none;}

.preview
{
	width: 0px;
	height: 0px;
}
.tip
{
	margin: auto;
	width: 13px;
	height: 9px;
}
.news-wrapper.multiple
{
	width: 100%;
	overflow: hidden;
}
.news-wrapper.multiple .news-title
{
	float: left;
}
.news-wrapper.multiple .news
{
	float: left;
	width: 1000px;
}
.news-wrapper.multiple .headline
{
	position: relative;
	float: left;
	margin-left: 0px;
}
