$(document).ready(function() {

$("a#press").fancybox(
{
'width': 657,
'height': 1800,
'autoScale': true,
'type': 'iframe'
}
);

	
});

