$(document).ready(function() {				   
				
	$(".triggerLoginBox").fancybox({
		'width'				: 700,
		'height'			: 400,
		'autoScale'			: false,
		'transitionIn'		: 'elastic',
		'transitionOut'		: 'fade',
		'type'				: 'iframe'
		//'onClosed'			: function() { parent.location.reload(true); }
	});
	$(".triggerWishlistBox").fancybox({
		'width'				: 700,
		'height'			: 600,
		'autoScale'			: false,
		'transitionIn'		: 'elastic',
		'transitionOut'		: 'fade',
		'type'				: 'iframe'
		//'onClosed'			: function() { parent.location.reload(true); }
	});	
	
});
