$(document).ready(function(){
	$('#home_gallery').innerfade({
		speed: 900,
		timeout: 4000,
		type: 'sequence',
		containerheight: '217px'
	});
});
