#noticias div {
	visibility:hidden;
}

#noticias, #noticias div.default {
	width:175px;
	height:106px;
	overflow:hidden;
	visibility:visible;
	z-index:200;
}

#noticias table tr td div {
	visibility:visible;
}

/*Change both "noticias" to the id you gave to the scroller container.  The
width and height properties should match those you will use in step 4.
To further style the scroller container, assign CSS properties to the
scroller target id:*/
#noticias {
	/*background-color:#fdfed0;*/
	margin:0px auto;
}


#noticias a{
text-decoration: none; 
color:#blue; 
font-family: Arial;
font-size: 8pt;
}
