jQuery().ready(function(){	

	// Secondary accordion
	jQuery('.inner').accordion({
		header: 'h2.head',
		active: 'h2.selected',
		alwaysOpen: true,
		showSpeed: 400,
		hideSpeed: 800,
		autoHeight: false
	});
	
	// Init lightbox for project photos
	$('.images a').lightbox();
	
});
