/* the news box */
#eventlistscroller
{
	color:#277BC0;
        width:100%;
	height:400px;	
	overflow:scroll;
	position:relative;
}
#eventlistscroller a
{
	color:#000;
        font-size:10px;
        padding-bottom:5px;
}
#eventlistscroller ul
{
	margin:0 .5em 0 1em;
	padding:0;	
}
#eventlistscroller li{
	background-image: none;	  
}
/* the news box when JavaScript is available */
#eventlistscroller.hasJS
{	
	height:200px;
	overflow:hidden;
	position:relative;
}
/* The nested UL when JavaScript is available */
#eventlistscroller.hasJS ul
{
	position:absolute;		
	margin:0 .5em 0 .5em;
	padding:0;
}