<!-- 
#containerNoticias{
		   position:relative;
		   width:250px;
		   height:280px;
		   overflow: hidden;
}

#contentNoticias{
		 width: 210px;
		 position:relative;
		 left:5px;
		 color:#999999;
		 font-family:Verdana, Arial, Helvetica, sans-serif;
		 font-size:9px;
}


 <!-- 
#containerNoticias1{
		   position:relative;
		   width:250px;
		   height:280px;
		   overflow: hidden;
}



#contentNoticias1{
		 width: 210px;
		 position:relative;
		 left:3px;
		 color:#999999;
		 font-family:Verdana, Arial, Helvetica, sans-serif;
		 font-size:9px;
}

#contentNoticias1 .data{
		 color:#FFFFFF;
		 font-size:16px;
		 font-weight:bold;
}




#contentNoticias .data{
		 color:#FFFFFF;
		 font-size:16px;
		 font-weight:bold;
}

#scrollAreaNoticias{
			position:absolute;
			top:143px;
			left:932px;
			width:5px;
			height:280px;
			overflow:hidden;
			background:#999999;
}
#scrollerNoticias{
		  position:relative;
		  top:-1px;
		  width:5px;
		  height:30px;
		  background:#0099cc;
		  cursor:pointer;
}
 
 #scrollAreaNoticias1{
			position:absolute;
			top:143px;
			left:932px;
			width:5px;
			height:280px;
			overflow:hidden;
			background:#999999;
}
#scrollerNoticias1{
		  position:relative;
		  top:-1px;
		  width:5px;
		  height:30px;
		  background:#0099cc;
		  cursor:pointer;
}