/* the news box */
#news
{
	/*width:150px;
	background: transparent;*/
	position: relative;
	width: 150px; /*marquee width */
	height: 150px; /*marquee height */
	background-color: transparent;
	overflow: hidden;
	/*border: 3px solid orange;
	padding: 2px;
	padding-left: 4px;*/
}

#marqueecontainer{
position: relative;
width: 200px; /*marquee width */
height: 200px; /*marquee height */
background-color: white;
overflow: hidden;
border: 3px solid orange;
padding: 2px;
padding-left: 4px;
}
/*
#news a
{
	color:#000;
}
#news ul
{
	margin:0;
	padding:0;
}
#news li{
	line-height:1em;
}
/* the news box when JavaScript is available * /
#news.hasJS
{
	height:125px;
	overflow:hidden;
	position:relative;
	margin:0;
	padding:5 0 5 5;
	background-color:#FEFCED;
	
}
/* The nested UL when JavaScript is available * /
#news.hasJS ul
{
	position:absolute;
	top:130px;
	left:0;
	margin:0;
	padding:0;
}
*/