$(function() {
$('.crossfade1').css({opacity: 1});

$(".crossfade1 :first-child").appendTo(".crossfade1");
setInterval(function() {
  $(".crossfade1 :first-child").hide().appendTo(".crossfade1").fadeIn(1700);
}, 4000);

});


$(function() {
$('.crossfade2').css({opacity: 1});

$(".crossfade2 :first-child").appendTo(".crossfade2");
setInterval(function() {
  $(".crossfade2 :first-child").hide().appendTo(".crossfade2").fadeIn(1700);
}, 4000);

});

$(function() {
$('.crossfade3').css({opacity: 1});

$(".crossfade3 :first-child").appendTo(".crossfade3");
setInterval(function() {
  $(".crossfade3 :first-child").hide().appendTo(".crossfade3").fadeIn(1700);
}, 4000);

});



$(function() {
$('.crossfade4').css({opacity: 1});

$(".crossfade4 :first-child").appendTo(".crossfade4");
setInterval(function() {
  $(".crossfade4 :first-child").hide().appendTo(".crossfade4").fadeIn(1700);
}, 4000);

});

$(function() {
$('.crossfade5').css({opacity: 1});

$(".crossfade5 :first-child").appendTo(".crossfade5");
setInterval(function() {
  $(".crossfade5 :first-child").hide().appendTo(".crossfade5").fadeIn(1700);
}, 4000);

});


$(function() {
$('.crossfade6').css({opacity: 1});

$(".crossfade6 :first-child").appendTo(".crossfade6");
setInterval(function() {
  $(".crossfade6 :first-child").hide().appendTo(".crossfade6").fadeIn(1700);
}, 4000);

});
