/* the news_scroller box when JavaScript is available */
#news_scroller.hasJS
{
	height:296px;
	overflow:hidden;
	position:relative;
}
/* The nested UL when JavaScript is available */
#news_scroller.hasJS ul
{
	position:absolute;
	top:120px;
	left:0;
	margin:0 .5em 0 .5em;
	padding:0;
}

#event_scroller.hasJS
{
	height:249px;
	overflow:hidden;
	position:relative;
}
/* The nested UL when JavaScript is available */
#event_scroller.hasJS ul
{
	position:absolute;
	top:120px;
	left:0;
	margin:0 .5em 0 .5em;
	padding:0;
}

#whatsnew_scroller.hasJS
{
	height:296px;
	overflow:hidden;
	position:relative;
}
/* The nested UL when JavaScript is available */
#whatsnew_scroller.hasJS ul
{
	position:absolute;
	top:120px;
	left:0;
	margin:0 .5em 0 .5em;
	padding:0;
}

