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