$(document).ready(
	function(){
		$('#content-home #homescroller').innerfade({
			animationtype: 'fade',
			speed: 900,
			timeout: 6000,
			type: 'sequence',
			containerheight: 'auto'
	});
} );