
a:link {
	color: #0060c3;
	text-decoration: none;
}

a:visited {
	color: #3a7ec3;
	text-decoration: none;
}

a:hover,
a:active {
	color: #007eff;
	text-decoration: none;
}

/* Listen */
ul#news {
	/*border: 1px solid #ccc;
	padding: 0em;
	background:  #fffeb8;*/
}

div#home-index div#news-fade-container ul {
	list-style: none;
    margin-left: 0;
    margin-right: 0;
	z-index: -998}
}
#news ul, #news li, {
		margin:0;
		padding:0;
		list-style:none;
		}
	#news{margin-top:1em;}
	#news li, #news li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:950px;
		/*height:241px;*/
		overflow:hidden;
		}	

#news-fade-container { 
/*background:url(../images/home.jpg);*/
padding-top:35px;
padding-bottom: 10px;
width:950px; height: 205px; }

#news-inner {
	/*top:90px;
	position: relative;*/
}
#news-1, #news-2 { height:auto;
   background-color: #FFF;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
