/* Slideshow */
$(function(){$(".fadein img:gt(0)").hide();setInterval(function(){$(".fadein :first-child").fadeOut().next("img").fadeIn().end().appendTo(".fadein");var a=$(".fadein :first-child").attr("alt");$(".description h6").html(a)},4E3)});

