jQuery(document).ready(function($){
      $("#slider").SexySlider({
        width     : 900,
        height    : 320,
        delay     : 3000,
        strips    : 1,
        autopause : false,
        navigation: '#navigation',
        control   : '#control',
        effect    : 'fountain'
      });
    });
