$(function() {

    $('#slideshow').cycle({
    	fx:	'fade',
    	speeed: 200,
    	timeout: 5000,
    	pause: 1
    });
    
    $('.topovestibular').cycle({
    	fx:	'fade',
    	speeed: 100,
    	timeout: 4000,
    });
    
    $('#noticias .amplia-foto').fancybox();
});

