$(document).ready(function(){
  $('a[rel^=lightbox]').colorbox({maxWidth:'1024',maxHeight:'800'})
    $('.sf-menu').superfish({dropShadows:false,  delay:500});
});

