﻿$(document).ready(function () {
    $("#fw_modal").fancybox({
        'padding': 0,
        'width': 770,
        'height': 470,
        'autoScale': false,
        'transitionIn': 'none',
        'transitionOut': 'none',
        'swf': { wmode: 'transparent', base: 'content/financeworks/' },
        'href': 'content/financeworks/main.swf',
		'overlayOpacity': 0.8
});

    $("#fw_speedbump").fancybox({
    'padding': 0,
    'width': 700,
    'height': 345,
    'autoScale': false,
    'transitionIn': 'elastic',
    'transitionOut': 'elastic',
    'overlayOpacity': 0.8,
    'scrolling': 'no'
    });

});
