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

$(function() {  
	$('.eventos').show();
	$('.eventos').cycle({  
		fx:     'fade',  
		timeout: 6000,  
		speed: 1000,  
		next:   '.next',  
		prev:   '.previous',  
		pager: '.numbers_eventos'  
	});  
});

$(function() {  
	$('.promocoes').show();
	$('.promocoes').cycle({  
		fx:     'fade',  
		timeout: 6000,  
		speed: 1000,  
		next:   '.next',  
		prev:   '.previous',  
		pager: '.numbers_promocoes'  
	});  
});

