.wetv-news-strip {
	position: absolute;
	width: 100%;
	background: #000000;

	/* avoid off-centered pop-in */
	display: none;
}

.wetv-news-strip #news-strip-content{
	width: 980px;
	height: 50px;
	margin: 0 auto;
	color: #ffffff;
}

.wetv-news-strip #news-strip{
	width: 980px;
	height: 24px;
	padding-top: 10px;

	font-size: 18px;
	font-family:'FuturaRoundCond-ExtraBold', Arial, sans-serif;
}

/* static text area */
.wetv-news-strip #news-strip-static-text{
	float: left;

	height: 24px;
	margin: 10px 0 0 0;

	font-size: 22px;
	font-family: 'FuturaRoundCond-ExtraBold', Arial, sans-serif;
	text-align: left;
}

.wetv-news-strip #news-strip-static-text span{
	padding: 0 15px;
}

.wetv-news-strip #news-strip-static-text,
.wetv-news-strip #news-strip{
	color: #ffffff;
	list-style: none;
}

/* hover states */
.wetv-news-strip #news-strip .hover-active{
	color: #b7001d !important;
}

/* call to action */
.wetv-news-strip #news-strip .news-strip-cta{
	text-decoration: underline;
}


/* jquery plugin for scrolling */
.simply-scroll{
	width: 980px;
	height: 30px;
	margin-bottom: 1em;
	margin-top: 3px;

	float: left;
}

.simply-scroll .simply-scroll-container { /* Container DIV - automatically generated */
	position: relative;
}

.simply-scroll .simply-scroll-clip { /* Clip DIV - automatically generated */
	position: relative;
	overflow: hidden;
	z-index: 2;
	width: 980px;
	height: 37px;
}

.simply-scroll .simply-scroll-list { /* UL/OL/DIV - the element that simplyScroll is inited on */
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style: none;
}

.simply-scroll .simply-scroll-list li {
	padding: 0;
	margin: 0;
	list-style: none;
	float: left;
	width: 980px;
}

.simply-scroll .simply-scroll-list li img {
	border: none;
	display: block;
}
