jQuery(document).ready(function() {

	$("#info").fancybox({
		'transitionIn'	:	'elastic',
		'transitionOut'	:	'elastic',
		'speedIn'	:	600, 
		'speedOut'	:	200, 
		'overlayShow'	:	false,
		'showCloseButton'   : true
	});

	
});

