
$(document).ready(function () {
    $(".fancybox").fancybox({
            'padding': 0,
            'autoScale': false,
            'transitionIn': 'none',
            'transitionOut': 'none',
            'title': this.title,            
            'width': 680,
            'height': 495,
            'type': 'iframe',
            'showCloseButton': false
                    });
        
});

