
	$(document).ready(function() {
    $("a.fancybox").fancybox({
				'frameWidth': 600, //frameWidth = Default width for iframed and inline content
                'frameHeight': 487 //frameHeight = Default height for iframed and inline content           
    });
	});
	
