jQuery(document).ready(function() {
$(document).ready(function() { $("a#fancybox").fancybox({ 'hideOnContentClick': true });
														
$("a.gallery").fancybox({ 'zoomSpeedIn': 0, 'zoomSpeedOut': 0, 'overlayShow': true }); });

$("a.news").fancybox({
'width': "75%",
'height': 480,
'autoScale': false,
'type': 'iframe'
});

$("#blog").fancybox({ 
'width': "75%%",
'height': "75%",
'autoScale': false,
'type': 'iframe'
});

$("#promo").fancybox({ 
'width': "35%",
'height': "35%",
'autoScale': false,
'type': 'iframe'
});


$("#press").fancybox({ 
'width': "75%",
'height': "75%",
'autoScale': false,
'type': 'iframe'
});

$("#press2").fancybox({ 
'width': "75%",
'height': "75%",
'autoScale': false,
'type': 'iframe'
});

$("#press3").fancybox({ 
'width': "75%",
'height': "75%",
'autoScale': false,
'type': 'iframe'
});


$("#press4").fancybox({ 
'width': "75%",
'height': "75%",
'autoScale': false,
'type': 'iframe'
});

$("#press5").fancybox({ 
'width': "75%",
'height': "75%",
'autoScale': false,
'type': 'iframe'
});

$("#press6").fancybox({ 
'width': "75%",
'height': "75%",
'autoScale': false,
'type': 'iframe'
});

$("#press7").fancybox({ 
'width': "75%",
'height': "75%",
'autoScale': false,
'type': 'iframe'
});

$("#press8").fancybox({ 
'width': "75%",
'height': "75%",
'autoScale': false,
'type': 'iframe'
});

$("#press9").fancybox({ 
'width': "75%",
'height': "75%",
'autoScale': false,
'type': 'iframe'
});


});



