jQuery(function(){

jQuery('.pagination_background').show();

  jQuery('#slides').slides({
      preload: true,
      preloadImage: 'http://www.legendo.com/wp-content/themes/legendo/images/ajax-loader.gif',
      container: 'legendo_slider',
      generatePagination: false,
      fadeSpeed: 300,
      start: 3,
      effect: 'fade',
      play: 12000,
      pause: 3000,
      hoverPause: true
  });

  jQuery('.legendo_slider a.slide_active').hover(
    function () {
      jQuery('#frame').fadeIn('fast');
    },
    function () {
      jQuery('#frame').fadeOut('fast');
    }
  );

});
