/* the news box */
#eventlistscroller
{
	width:100%;/*Ryan changed width:100%;*/
	height:120px;	
	overflow:scroll;
	position:relative;
}
#eventlistscroller a
{
	color:#008FC6;/*Ryan changed the color from #000*/
}
#eventlistscroller ul
{
	margin:0 .1em 0 1em;/*ryan changes right margin from .5em*/
	padding:0;	
	
}
#eventlistscroller li{

	padding-left: 10px;
	margin: 0;
	background: url(../images/bullet-list.gif) no-repeat 2px 8px;	/*Ryan added this line*/
}
/* the news box when JavaScript is available */
#eventlistscroller.hasJS
{	
	height:120px;
	overflow:hidden;
	position:relative;
}
/* The nested UL when JavaScript is available */
#eventlistscroller.hasJS ul
{
	position:absolute;		
	margin:0 .1em 0 .5em; /*ryan changes right margin from .5em*/
	padding:0;
	
}

background: url(../images/bullet-list.gif) no-repeat 2px 8px;