function initialize(){
  $(document).ready( function () {

        $("li.accessible").hover(function(){
		$(this).find('ul:first').fadeIn();		
		},function(){
		$(this).find('ul:first').fadeOut();		
	});
      
  });
}
function listaProductos(){
  $("#container_scroll_index").css("background","none");
}
