/*
   This is the JavaScript file used to start the
   JS Slider Panel to replace the Flash Banner
*/
$(function() {

   $('.js-navi').tabs('.items > div', {
      effect: 'fade',
      fadeInSpeed: 1500,
      fadeOutSpeed: 500,
      rotate: true
      // ,onClick: function(event, index){
      //    $('#panel-wrapper').css({
      //       'background-image': 'url('+this.getPanes().eq(index).find('img').attr('src')+')'
      //    });
      // }
   }).slideshow({
      autoplay: true,
      interval: 6500
   });

});
