//JQUERY
$(function () {
	
	$('#image-cycle').cycle({ 
		fx:			'fade', 
		speed:		1000, 
		timeout:	5000,
		random:		1, 
		next:		'#next-bt', 
		prev:		'#prev-bt' 
	});
	
	$('#mini-fotos-cycle').cycle({ 
		fx:			'fade', 
		speed:		1000, 
		timeout:	7000 
	});
	
	
	/*
	$.sifr({
		path: 'flash/fonts/',
		save: true
	});
	
	$('.main-title').sifr({ font: 'zemestro', color:'#000000', fontSize: 18, height : 18 });
	*/

	

});
