$(document).ready(function(){
	$("a[rel^='prettyPhoto']").prettyPhoto();
	
	$.fn.cycle.defaults.timeout = 6000;
	
	$('#gal_fotos').cycle({ 
	    fx:     'fade', 
	    speed:  'fast', 
	    timeout: 0, 
	    next:   '#gal_left', 
	    prev:   '#gal_right' 
	});
	
	
});


