$(document).ready(function(){$('.gall img:gt(0)').hide();setInterval(function(){$('.gall :first-child').fadeOut('slow').next('img').fadeIn('slow').end().appendTo('.gall');},4000);$('.caption p:gt(0)').hide();setInterval(function(){$('.caption :first-child').fadeOut('slow').next('p').fadeIn('slow').end().appendTo('.caption');},4000);$('.gall2 img:gt(0)').hide();setInterval(function(){$('.gall2 :first-child').fadeOut('slow').next('img').fadeIn('slow').end().appendTo('.gall2');},4000);$('.caption2 p:gt(0)').hide();setInterval(function(){$('.caption2 :first-child').fadeOut('slow').next('p').fadeIn('slow').end().appendTo('.caption2');},4000);});
