
	$(document).ready(function() {
		$("a#lbTrigger").fancybox({
			'centerOnScroll'			: 'true',
			'overlayOpacity'			: 0.7,
			'overlayColor'				: '#111',
			'overlayShow'					:	true,
			'transitionIn'				:	'fade',
			'transitionOut'				:	'fade',
			'speedIn'							:	600,
			'speedOut'						:	400,
			'hideOnContentClick'	: true,
			'hideOnOverlayClick'	: false,
			'showCloseButton'			: true,
			'showNavArrows'				: false,
			'padding'							: 0,
			'titleShow'						: false
		});
    $("a#lbTrigger").trigger('click');
	});

	setTimeout("$.fancybox.close()",7500);

