$(document).ready(function() {
	$.fancybox.showActivity;
	$.fancybox.resize;
	$("a#box").fancybox( {
		'showCloseButton'			: true,
		'modal'								: false,
		'hideOnOverlayClick'	: true,
		'hideOnContentClick'	: false,
		'overlayShow'					: true,
		'overlayColor'				: '#000',
		'titleShow'						: false,
		'scrolling'						: 'no',
		'padding'							: 0
	});
});
