var idelement_focused='';

$(document).ready(function() {
	$('ul#photo_main').innerfade({
		speed: 750, 
		timeout: 4000,
		type: 'sequence',
		containerheight: '340px'
	});
});
