$(function() {
		   

// FOTO CAP
$('#foto_cap').cycle({ 
    fx:    'fade', 
    speed:  2500,
    timeout:  2000
 });


});