    jQuery(document).ready(function($) {
      $(".slider").slideshow({
        width      : 440,
        height     : 260,
        transition : 'explode'
      });
    });
