
window.addEvents({'load':function(){
								  
								  
		// se inserta la galerķa de fotos:
		
		ReMooz.assign('ul.lista-fotos-remooz a', {
		'origin': 'img',
		'shadow': 'onOpenEnd', // fx is faster because shadow appears after resize animation
		'resizeFactor': 0.8, // resize to maximum 80% of screen size
		'cutOut': false, // don't hide the original
		'opacityResize': 0.4, // opaque resize
		'dragging': false, // disable dragging
		'centered': true // resize to center of the screen, not relative to the source element
	});


		  // Se instancia e inicializa el menu superior:

      var menuSuperior = new ImageMenu($$('#kwick .kwick'),{openWidth:200});

      // Se inicializa el slider con las fotos:

      new SlideItMoo(

        {

          overallContainer : 'SlideItMoo_banners_outer',

		  elementScrolled  : 'SlideItMoo_banners_inner',

          thumbsContainer  : 'SlideItMoo_banners_items',		

          itemsVisible     : 1,

          itemsSelector    : '.banner',

          showControls     : 0,

          autoSlide        : 3000,

          transition       : Fx.Transitions.Bounce.easeOut,

          duration         : 1800,

          direction        : -1

        }

      );//end new SlideItMoo

	}//end function()

});//end window.addEvents




