﻿/* scrolling news */

#news li
{
	padding-bottom: 7px	
}

/* the news box when JavaScript is available */
#news.hasJS
{
	height:100px;
	overflow:hidden;
	position:relative;
}

/* The nested UL when JavaScript is available */
#news.hasJS ul
{
	position:absolute;
	top:100px;
	left:0;
	margin:0 .5em 0 .5em;
	padding:0;
}

