$(function(){
	$('#slider ul').innerfade({
		speed: 1000,
		timeout: 4000,
		type: 'sequence',
		containerheight: '160px'
	});
	$('#body').find('#left,#right').layoutHeight({
		body    : true,
		data    : [
			{index:0,height:0},
			{index:1,height:2}
		]
	});
	$('#container #body.order #right #content table tr:odd').addClass("odd");
});
