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