$(document).ready( function()
{
	$('.recomend').innerfade(
	{
		animationtype: 'fade',
		speed: 1500,
		timeout: 3500,
		type: 'sequence',
		containerheight: '350px'
	});
	
});
