/* ---------------------------------------------------------------------------------------
Site: 			Barb Langlois
Author: 		Sean Langlands
--------------------------------------------------------------------------------------- */
$(document).ready(function(){
	
/* Fancybox
--------------------------------------------------------------------------------------- */
	$("a[rel='lightbox'], a[rel='album']").fancybox({
		'titleShow' : false,
		'transitionIn'		: 'none',
		'transitionOut'		: 'none',
		'autoDimensions'	: true,
		'scrolling'			: 'no',
		'centerOnScroll'	: true
	});
	
	$("a[rel='virtual-tour']").fancybox({
		'width' : 770,
		'height' : 600,
		'type'			: 'iframe',
		'transitionIn'		: 'none',
		'transitionOut'		: 'none',
		'overlayOpacity' : 0.5,
		'titleShow' : false,
		'scrolling' : 'no',
		'autoScale' : false
	});
	
/* Cycle Script
--------------------------------------------------------------------------------------- */
	$('#slideshow').cycle({ 
	    fx:    'fade', 
	    speed:  2500,
		timeout: 5000
	});
	
});
