/* the news box */
#eventlistscroller
{
	width:180px;
	height:200px;	
	overflow:scroll;
	position:relative;
}
#eventlistscroller a
{
	color:#000;
}
#eventlistscroller ul
{
	margin:0 .5em 0 1em;
	padding:0;
	width:170px;
	list-style-type:none;
}
#eventlistscroller li{
	line-height:2em;
	
}
/* the news box when JavaScript is available */
#eventlistscroller.hasJS
{
	width:180px;
	height:200px;
	overflow:hidden;
	position:relative;
}
/* The nested UL when JavaScript is available */
#eventlistscroller.hasJS ul
{
	position:absolute;	
	left:0;
	margin:0 .5em 0 .5em;
	padding:0;
	list-style-type:none;
}
