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

