/* ---------------------------------------------------------------------------------------
Site: 			Barb Langlois
Author: 		Sean Langlands
--------------------------------------------------------------------------------------- */
$(document).ready(function(){
	
/* Fancybox
--------------------------------------------------------------------------------------- */
	$("a[rel='lightbox'], .gallery-item a").fancybox({
		'titleShow' : false,
		'transitionIn'		: 'none',
		'transitionOut'		: 'none',
		'autoDimensions'	: true,
		'scrolling'			: 'no',
		'centerOnScroll'	: true
	});
	
});
