// photo_fade
// ----------------------------------------------------------------------- //


$(function(){

	$("#photo_fade").innerfade( {
		animationtype : "fade",
		speed : 800,
		timeout : 5000,
		containerheight: '202px'
	});
		
})





