.rssscroller_module {
	position:relative;
	overflow:hidden;
}

.rssscroller_module .fc-outer {
	position:absolute;
	overflow:hidden;
	width: 100%;
}

.rssscroller_module .fc-inner {
	position:absolute;
	line-height:normal;
	width: 100%;
}

.rssscroller_module .fc-overlay {
	position:absolute;
	width: 100%;
	background-color: #FFF;
}

.rssscroller_module ul {
	padding-left: 0px;
	margin: 10px 0 0 0;
	font-size:1.0em;
}

.rssscroller_module .rsstitle {
}

.rssscroller_module .rsslabel {
	color: #AAA;
}

.rssscroller_module .rssdate {
	color: #AAA;
}

.rssscroller_module .rsscontent {
}