$(document).ready(function(){

	$('#tabbox').idTabs();

	$('.cotl').corner('round tl 6px');
	$('.cotr').corner('round tr 6px');
	$('.cobo').corner('round bottom 6px');
	$('.corner').corner('round 6px');

	$('#navigation').lavaLamp({
		fx: "backout", 
		speed: 700
	});


});
