// Fancybox
$(document).ready(function() {
	$(".various3").fancybox({
	'width'				: 498,
	'height'			: 408,
	'autoScale'			: false,
	'transitionIn'		: 'none',
	'transitionOut'		: 'none',
	'type'				: 'iframe',
	'scrolling' 		: 'no'
	});
	
	$(".various4").fancybox({
	'width'				: 498,
	'height'			: 500,
	'autoScale'			: false,
	'transitionIn'		: 'none',
	'transitionOut'		: 'none',
	'type'				: 'iframe',
	'scrolling' 		: 'yes'
	});
});
