$(document).ready(function() {

$('a[rel]').fancybox();

  $('.image-fader > UL').bxSlider({
    mode:'fade',
    controls:false,
    auto:true,
    pause:6000
  });

});

