$(document).ready(
		function(){
			$('#clients_logos').innerfade({
				speed: 'slow',
				timeout: 4000,
				type: 'sequence',
				containerheight: '71px'
			 }); 
		 } 
	);