$(function () {

    /* ---- =FANCYBOX --*/

    $(".fancy").fancybox({
        'transitionIn': 'fade',
        'transitionOut': 'fade',
        'overlayOpacity': 0.7,
        'speedIn': 500,
        'speedOut': 500,
        'padding': 10,
        'scrolling': 'no',
        'titleShow': false,
        'overlayColor': '#000000',
        'width': 720,
        'height': 576,
        'autoScale': false,
        'type': 'iframe'
    });

});
