$(document).ready(function() {
	$("a[rel=lightbox]").fancybox({
		'autoScale'			: false,
		'titleShow'			: false,
		'width'				: 620,
		'height'			: '65%',
		'type'				: 'iframe',
		'transitionIn'	:	'elastic',
		'transitionOut'	:	'elastic',
		'speedIn'		:	600, 
		'speedOut'		:	200,
		'overlayShow'	:	true
	});
		$("a[rel=lightbox2]").fancybox({

	});
	
	$("a[rel=lightbox_html]").fancybox({
		'autoScale'			: false,
		'width'				: 640,
		'height'			: '65%',
		'type'				: 'iframe',
		'transitionIn'	:	'elastic',
		'transitionOut'	:	'elastic',
		'speedIn'		:	600, 
		'speedOut'		:	200,
		'overlayShow'	:	true
	
	});
		$("#various1").fancybox({
		'autoScale'			: false,
		'titleShow'			: false,
		'width'				: 640,
		'height'			: '65%',
		'type'				: 'iframe',
		'transitionIn'	:	'elastic',
		'transitionOut'	:	'elastic',
		'speedIn'		:	600, 
		'speedOut'		:	200,
		'overlayShow'	:	true
	});
		$("#various2").fancybox({
		'autoScale'			: false,
		'titleShow'			: false,
		'width'				: 640,
		'height'			: '65%',
		'type'				: 'iframe',
		'transitionIn'	:	'elastic',
		'transitionOut'	:	'elastic',
		'speedIn'		:	600, 
		'speedOut'		:	200,
		'overlayShow'	:	true
	});
});
