/* 
 * To change this template, choose Tools | Templates
 * and open the template in the editor.
 */
$(document).ready(function() {
    $("#video").fancybox({

        'autoScale' : false,
        'height':550,
        'width':500,
        'transitionIn': 'none',
        'transitionOut': 'none',
        'autoDimensions':'false',
        'scrolling':'no'
    });

})

