// JavaScript Document
$(document).ready(function() {

	$(".p-pop-image").fancybox({
		'width'				: 900,
		'height'			: 585,
		'autoScale'			: false,
		'transitionIn'		: 'none',
		'transitionOut'		: 'none',
		'type'				: 'iframe'
	});
	
	$(".p-pop-banner").fancybox({
		'width'				: 700,
		'height'			: 280,
		'autoScale'			: false,
		'transitionIn'		: 'none',
		'transitionOut'		: 'none',
		'type'				: 'iframe'
	});
	
	$(".p-pop-video").fancybox({
		'width'				: 900,
		'height'			: 340,
		'autoScale'			: false,
		'transitionIn'		: 'none',
		'transitionOut'		: 'none',
		'type'				: 'iframe'
	});
	
	
	$('#thumbFadeIn').fadeIn(3000);
	$('#subMenuSlideIn').slideDown(2000);	
	
});
