$(document).ready(function() {

	$("#contact-popup, #contact-popup2, #contact-popup3").fancybox({
		'titleShow'			: false,
		'width'				: 480,
		'height'			: 500,
		'autoScale'			: false,
		'transitionIn'		: 'none',
		'transitionOut'		: 'none',
		'type'				: 'iframe'
	});


	$(".websites").fancybox({
		'titleShow'			: false,
		'width'				: 950,
		'height'			: 500,
		'autoScale'			: false,
		'transitionIn'		: 'none',
		'transitionOut'		: 'none',
		'hideOnContentClick': true,
		'type'				: 'iframe'
	});

	$(".graphics, .logos").fancybox({
		'titleShow'			: false,
		'width'				: 600,
		'height'			: 500,
		'autoScale'			: false,
		'transitionIn'		: 'none',
		'transitionOut'		: 'none',
		'hideOnContentClick': true,
		'type'				: 'iframe'
	});
});
