
    $(document).ready(function() {
      $("#sliderfp").SexySlider({
        width			: 734,
        height			: 299,
        delay			: 3000,
        auto			: true,
        titleOpacity	: 0.6,
        strips			: 50,
        autopause		: false,
        navigation		: '#navigation',
        control			: '#control',
        effect			: 'random',
        direction		: 'alternate'
      });
    });
