$(document).ready(function() {

  $("a.video").fancybox({ 'frameWidth':500, 'zoomOpacity': true, 'zoomSpeedIn': 500, 'zoomSpeedOut': 500, 'frameHeight':350, 'hideOnContentClick': true });

});
