$(function() {
$(document).ready(function() {
   
   $('a[rel*=lightbox]').lightBox({fixedNavigation:true});

   $('#s1').cycle({ 
      fx:    'fade', 
      speed:  1500 
   }); 
});
});
