$(document).ready(function() 
{
  //$('#searchform').corner('round bl 13px');
  $('a.ajax').fancybox({'width' : 800, 'height' : 540, 'autoDimensions':false});
  $("a[rel='gallery'], a.fancy").fancybox({'titlePosition' : 'over'});
});
