/* the news box */
#marquee
{
	width: 215px;
	_margin-bottom: -17px;
}
#marquee li
{
	margin-bottom: 50px;
}
/* the news box when JavaScript is available */
#marquee.hasJS
{
	height: 85px;
	overflow: hidden;
	position: relative;
}
/* The nested UL when JavaScript is available */
#marquee.hasJS ul
{
	position: absolute;
	top: 120px;
	left: 0;
	margin: 0 .5em 0 .5em;
	padding: 0;
}
