
    $(document).ready(function() {
      $("#slider").SexySlider({
        width     : 543,
        height    : 236,
        delay     : 3000,
        strips    : 15,
        autopause : true,
        navigation: '#navigation',
        control   : '#control',
        effect    : 'random'
      });
    });

