$(function(){
       
    $("#imagenes_rotativas").cycle({
        fx: 'fade',
        speed:    2000,
        easing: 'easeOutCubic',
        timeout:  12000
    });

	if(typeof $.fn.ceebox == 'function') {
        
        $("#galeria ul").ceebox();
	
    }
  
});
