$(document).ready(function(){
	$('#carrousel').innerfade({
		speed: 'slow',
		timeout: 3000,
		type: 'sequence',
		containerheight: '247px'
	});
});
