jQuery(document).ready(function() {
	/*$("#menu").lavaLamp({
		fx: "backout", 
		speed: 700 //,
		//click: function(event, menuItem) {
		//	return false;
		//}
	});*/

	jQuery('#casestudies').innerfade({
		animationtype: 'fade', /*slide*/ 
		speed: 1000,
		timeout: 5000,
		type: 'random_start', /*sequence*/
		containerheight: '265px'
	});
	
	jQuery('#accordion').accordion({ 
		autoheight: true,
		alwaysOpen: true,
		header: 'h3', 
		event: 'click', 
		fillSpace: false, 
		animated: 'easeslide' 
	});
});
