$(document).ready(function(){
   // Your code here
    $("a[rel='lightbox']").fancybox();
 });