$(document).ready(function(){
   $(".thumb").fancybox();
   $(".thumbx").fancybox({ 'imageScale':false }); 
});

