/* PopUp */
$(document).ready(function() {
	//Home page - About text
	$("#about_text").fancybox({
		'width'				: 650,
		'height'			: 450,
		'overlayColor'		: '#000',
		'overlayOpacity'	: '0.5',
		'autoScale'			: false,
		'transitionIn'		: 'none',
		'transitionOut'		: 'none',
		'type'				: 'iframe'
	});

});
