/* the news box */

#eventlistscroller

{
	width:178px;
	height:300px;	
	overflow:auto;
	position:relative;
	left: -10px;
	background-color:#F8F9FF;
}

#eventlistscroller a
{
	color: #333; /* default:#000 */
	font-weight: bold;
}

#eventlistscroller ul

{
	margin:0;
	padding:0;	
}

#eventlistscroller li{
	line-height:1.2em;
	background-image: none;	 
	list-style-type: none;	
	margin:0;
	padding:2px 0 0 5px;	
 
}

/* the news box when JavaScript is available */

#eventlistscroller.hasJS

{	
	height:250px;
	overflow:hidden;
	position:relative;
}

/* The nested UL when JavaScript is available */

#eventlistscroller.hasJS ul

{
	position:absolute;		
	margin:0;
	padding:0;
}
