// photo_fade
// ----------------------------------------------------------------------- //


$(function(){

	$("#photo_fade3").innerfade( {
		animationtype : "fade",
		speed : 1000,
		timeout : 8000,
		containerheight: '60px'
	});
		
})





