﻿$(document).ready(function() {

    $("a.overlay").fancybox({
        'hideOnContentClick': true,
        'transitionIn': 'fade',
        'transitionOut': 'fade',
        'speedIn': 300,
        'speedOut': 200,
        'modal': true,
        'overlayShow': true,
        'type': 'iframe',
        'width': 600,
        'height': 600, 
        'padding': 0
    });


});
