/* the news box */

#eventlistscroller

{

	width:100%;

	height:275px;	

	overflow:scroll;

	position:relative;

}

#eventlistscroller a

{

	color:#000;

}

#eventlistscroller ul

{

	margin:0 .5em 0 1em;

	padding:0;	

}

#eventlistscroller li{

	line-height:2em;

	background-image: none;	  

}

/* the news box when JavaScript is available */

#eventlistscroller.hasJS

{	

	height:275px;

	overflow:hidden;

	position:relative;

}

/* The nested UL when JavaScript is available */

#eventlistscroller.hasJS ul

{

	position:absolute;		

	margin:0 .5em 0 .5em;

	padding:0;

}


