$(function() {
	initAnimation();
	});

function initAnimation() {
	$('#imgWrap').innerfade({ 
		speed: ('3000'), 
		timeout: ('5000'), 
		containerheight: ('392px'),
		runningclass: ('innerfade') 
	}); 
	}

