// ## - INDEX
$(function() {  
	$('.slideshow_index').show();
	$('.slideshow_index').cycle({  
		fx:     'fade',  
		timeout: 6000,  
		speed: 1000,  
		next:   '.next',  
		prev:   '.previous',  
		pager: '.numbers'  
	});  
});

$(function(){
	$(".close").click(function(){
		$(".destaque_pacote").fadeOut(1500);
	})
});
