    $(document).ready(function() {
      $("#slider").SexySlider({
        width     : 965,
        height    : 356,
        delay     : 5000,
        strips    : 1,
		effect    : 'fade',
        autopause : true,
        navigation: '#navigation',
        control   : '#control'
      });
    });
