$(document).ready( function() {

	// 1 - For Image Galleries with class 'imgPopup'
	$("a.imgPopup").fancybox( { 'zoomSpeedIn': 750, 'zoomSpeedOut': 750, 'overlayShow': false, 'centerOnScroll' : false } );

	// 2 - for Inline Content ( style set to display:none ), automatically pops up
	$("a.autoPopup").fancybox( { 'frameWidth': 966, 'frameHeight': 670, 'hideOnContentClick': false, 'centerOnScroll' : false } ).trigger('click');

} );

