/*! http://mths.be/slideshow v1.0.0 by @mathias */
(function($){$.fn.slideshow=function(a){a=$.extend({timeout:3000,speed:400},a);return this.each(function(){var b=$(this);b.children().eq(0).appendTo(b).show();setInterval(function(){b.children().eq(0).hide().appendTo(b).fadeIn(a.speed)},a.timeout)})}}(jQuery));
