jQuery(document).ready(function($)
{
	$('.innerFadeMe').innerfade({
		speed: 1000,
		timeout: 7000,
		type: 'sequence',
		containerheight: '318px'
	});
});
