$(document).ready(function() {
	
	$('a.popup').fancybox({
		'overlayColor'		: '#000',
		'overlayOpacity'	: 0.75,
		'speedIn'			: 600,
		'speedOut'			: 200,
		'titlePosition'		: 'inside'
	});
	
});
