/*
$(function(){
$('.fadein img:gt(0)').hide();
setInterval(function(){
$('.fadein :first-child').fadeOut()
.next('img').fadeIn()
.end().appendTo('.fadein');}, 6000);
});
$(function(){
$('.fadein7 img:gt(0)').hide();
setInterval(function(){
$('.fadein7 :first-child').fadeOut()
.next('img').fadeIn()
.end().appendTo('.fadein7');}, 6000);
});
$(function(){
$('.fadein8 img:gt(0)').hide();
setInterval(function(){
$('.fadein8 :first-child').fadeOut()
.next('img').fadeIn()
.end().appendTo('.fadein8');}, 6000);
});
$(function(){
$('.fadein6 img:gt(0)').hide();
setInterval(function(){
$('.fadein6 :first-child').fadeOut()
.next('img').fadeIn()
.end().appendTo('.fadein6');}, 6000);
});
$(function(){
$('.fadein5 img:gt(0)').hide();
setInterval(function(){
$('.fadein5 :first-child').fadeOut()
.next('img').fadeIn()
.end().appendTo('.fadein5');}, 6000);
});
$(function(){
$('.fadein4 img:gt(0)').hide();
setInterval(function(){
$('.fadein4 :first-child').fadeOut()
.next('img').fadeIn()
.end().appendTo('.fadein4');}, 6000);
});
$(function(){
$('.fadein3 img:gt(0)').hide();
setInterval(function(){
$('.fadein3 :first-child').fadeOut()
.next('img').fadeIn()
.end().appendTo('.fadein3');}, 6000);
});
$(function(){
$('.fadein2 img:gt(0)').hide();
setInterval(function(){
$('.fadein2 :first-child').fadeOut()
.next('img').fadeIn()
.end().appendTo('.fadein2');}, 6000);
});
*/


