/**
 * main.js
 */

$(function(){
	$('a').linkManager();
	$(".popup").fancybox({
		'overlayShow'	 : true,
		'overlayColor'   : '#000',
		'overlayOpacity' : 0.50,
		'width'          : '60%',
		'height'         : '60%',
		'autoScale'      : false,
		'transitionIn'   : 'fade',
		'transitionOut'  : 'fade',
		'speedIn'        : 400,
		'speedOut'       : 200,
		'type'           : 'iframe'
	});
});
