$(document).ready(function(){
	// rotate
	$('#tout > ul').innerfade({ speed: 'slow', timeout: 15000, type: 'sequence', containerheight: '220px' });
	// tabs
	$('#tabs > ul').tabs();
});