jQuery(document).ready(function() {

        $("#video").fancybox({
'width': 750,
'height': 650,
'autoScale': false,
'transitionIn': 'none',
'transitionOut': 'none',
'type': 'iframe'
        });

});

