$(document).ready(function(){
  $('a.bio').fancybox({
    'width' : 650,
    'height' : 450,
    'autoDimensions' : true,
    'overlayColor' : '#000'
  });
});

