$(document).ready(
	function(){
		$('#fading_photos').innerfade({
			speed: 1500,
			timeout: 3000,
			containerheight: '616'
		});
});