$(function() {
	$('.billboard div:first').fadeIn(4000, function() {
        $('.billboard').cycle({
		fx: 'fade',
		timeout: 1000,
		speed: 4000
        });
    });
});

$(function() {
	$('.galeria-news div:first').fadeIn(4000, function() {
        $('.galeria-news').cycle({
		fx: 'fade',
		timeout: 1000,
		speed: 6000
        });
    });
});

$(function() {
	$('.galeria-news2 div:first').fadeIn(4000, function() {
        $('.galeria-news').cycle({
		fx: 'fade',
		timeout: 1000,
		speed: 4000
        });
    });
});

$(function() {
	$('.galeria-news3 div:first').fadeIn(4000, function() {
        $('.galeria-news').cycle({
		fx: 'fade',
		timeout: 1000,
		speed: 4000
        });
    });
});
