#vws-news-scroller-outer-container
{
	margin: 0 auto;
	width: 1002px;
	height: 44px;	/* 16 + 220 + 41 (=277) + 8 */
	background: #fefcf8 url(/wp-content/themes/hybrid-news/images/container-bg.gif) repeat-y;
/*	padding-bottom: 8px;*/
}

/* For a news scroller outside of the content area (just after the header) */
#vws-news-scroller
{
	float: left;
/*	height: 285px;*/	/* 16 + 220 + 41 (=277) + 8 */
/*	background:red;*/	/*#eee;*/
	font: italic normal normal 36px Verdana, Geneva, Tahoma, sans-serif;
	color:#08f;
	height:44px;
	width: 960px;
	margin-left: 16px;
position: relative;
}
#vws-news-scroller a
{
	color:#a0a;
}
#vws-news-scroller ul
{
	list-style-type: none;
	left: 9999px;	/* Place off screen initially to prevent glitching */

	visibility: hidden;	/* Don't show before Javascript kicks in otherwise it glitches by showing entire message */
}
#vws-news-scroller li{
/*	line-height:2em;*/

/*padding-left: 15px;
background: url(images/bullet.gif) no-repeat 0 6px;
*/
/*background: none;*/	/* HybridNews sets a background for the list item bullets so cancel this */
}
/* News box when JavaScript available */
#vws-news-scroller.hasJS
{
/*	height:120px;*/
/*	height:40px;*/
	overflow:hidden;
	position:relative;
white-space:nowrap;	/* No wrap for horizontal scrollers */
}
/* Nested UL when JavaScript available */
#vws-news-scroller.hasJS ul
{
	visibility: visible;	/* Cancels 'hidden' once Javascript adds the 'hasJS' class */

	position:absolute;
/*	top:120px;*/
	top:40px;	/* Needs to match height? */
	left:0;
/*	margin:0 .5em 0 .5em;
	padding:0;
*/
}
