$(document).ready(function() {

	
	$("a.tourImageLink").fancybox({
		'transitionIn'	:	'elastic',
		'transitionOut'	:	'elastic',
		'speedIn'		:	600, 
		'speedOut'		:	200,
        'width'         :   100,
		'overlayShow'	:	true,
        'showNavArrows'	:	true
	});
    
    $("a.blogPic").fancybox({
		'transitionIn'	:	'elastic',
		'transitionOut'	:	'elastic',
		'speedIn'		:	600, 
		'speedOut'		:	200,
        'width'         :   100,
		'overlayShow'	:	true,
        'showNavArrows'	:	true
	});
	
	$("a.philPic").fancybox({
	'transitionIn'	:	'elastic',
	'transitionOut'	:	'elastic',
	'speedIn'		    :	600, 
	'speedOut'		  :	200,
  'width'         : 100,
	'overlayShow'	  :	true,
  'showNavArrows'	:	true
});
    
    $("a.moreButtonFancy").fancybox({
		'transitionIn'	:	'elastic',
		'transitionOut'	:	'elastic',
		'speedIn'		:	600, 
		'speedOut'		:	200,
        'width'         :   100,
		'overlayShow'	:	true,
        'showNavArrows'	:	true
	});
    
    $("#contactBox").fancybox({
				'width'			: '90%',
		'height'		: '90%',
		'autoScale'		: false,
		'transitionIn'	: 'elastic',
		'transitionOut'	: 'elastic',
        'type'			: 'iframe',
		'overlayShow'	:	false,
        'showNavArrows'	:	false
    });
    
    $(".various2").fancybox({
		'width'				: 220,
		'height'			: 570,
		'autoScale'			: false,
		'transitionIn'		: 'scale',
		'transitionOut'		: 'fade',
		'type'				: 'iframe'
	});        	
		
});


