(function($) {
  $(function() {
    $('.fader').galleryFader({
      showDuration: 4000,
      slideWidth: 578
    });
  });
})(jQuery);
