$(document).ready(function(){
  
/* bgStretcher
--------------------------------------------------------------------------------------- */   
	$(document).bgStretcher({
		images: ['http://www.turbomisters.com/wp-content/themes/nav-starter/images/interface/background.jpg'],
		imageWidth: 1280, imageHeight: 720
	});
	
/* Fancybox
--------------------------------------------------------------------------------------- */
	$("a[rel='lightbox'], #assesment_form a").fancybox({
		'titleShow' 		: false,
		'transitionIn'		: 'none',
		'transitionOut'		: 'none',
		'autoDimensions'	: true,
		'scrolling'			: 'no',
		'centerOnScroll'	: true
	});
	
/* Slideshow
--------------------------------------------------------------------------------------- */	
	$('#slides').cycle({ 
		fx : 'fade',
		requeueOnImageNotLoaded : true,
		timeout: 6000
	});
	
});

