$(document).ready(function(){
  
/* bgStretcher
--------------------------------------------------------------------------------------- */   
	$(document).bgStretcher({
		images: ['http://www.imtours.ca/wp-content/themes/nav-starter/images/imtours-bg.jpg'],
		imageWidth: 1663, imageHeight: 1009
	});
	
/* Fancybox
--------------------------------------------------------------------------------------- */
	$(".gallery-item a").fancybox({
		'titleShow' 		: false,
		'transitionIn' 		: 'none',
		'transitionOut'		: 'none',
		'autoDimensions'	: true
	});
	
});

