$(document).ready(function(){
  try {
    $('a[rel^=lightbox]').colorbox({maxWidth:'1024',maxHeight:'800'})
    $('#customer-links a.email').colorbox({maxWidth:'1024',maxHeight:'800'});
  } catch(error) {
  }
 
  $('#menu > ul').superfish({shadow:false});
});
