jQuery().ready(function(){
						
	 $('#expandingContainer').accordion({// this is the function that runs accordion based left navigation and content
	 header: "h2",
	 animated:"easeslide",
	 autoHeight:false
	});
		 
	
	
	$('.lift').lightBox();
	$('.event').lightBox();
	$('.tgif').lightBox();
	$('.roland').lightBox();
	$('.heritage').lightBox();
	$('.imaginariaweb').lightBox();
	$('.imaginariaholiday').lightBox();
	$('.imaginariaset').lightBox();
	$('.mineral').lightBox();
	$('.identity').lightBox();
	$('.fll').lightBox();
	$('.mockingbird').lightBox();
	$('.mfa').lightBox();
	$('.cs').lightBox();
	
	// work images hover fade effects. does not work with IE.
	$('.imageContainer img').fadeTo("fast",1.00);
	$('.imageContainer img').mouseover(function() {
		$(this).fadeTo("fast",0.7);
		});
	$('.imageContainer img').mouseout(function() {
		$(this).fadeTo("fast",1.00);
		});


	});	//end of page functions