// JavaScript Document


	$(document).ready(function() {
		FontSize.init([
			['#leftColumn p', '#leftColumn h1','#leftColumn h2','#leftColumn h3', '.formLabel','h2']
		]);	
	});

	$(document).ready(function() {
		$('.slideshow').cycle({
			fx: 'fade',
			speed:  'slow', 
			timeout: 5000, 
			next:   '#next2', 
			prev:   '#prev2' 	
		});
	});


	$(document).ready(function() {
		//Set up the lightbox (if appropriate)
		if ($(".lightbox").length > 0) {
			$(".lightbox").fancybox();
		}		
		
	});

