$(function() {
	 $('#portfolio').innerfade({ 
		speed: 5000, 
		timeout: 6000, 
		type: 'sequence', 
		containerheight: '210px' 
	});

	 $('#portfolio2').innerfade({ 
		speed: 1, 
		timeout: 2000, 
		type: 'sequence', 
		containerheight: '100px' 
	});
	 
	$("#wrap_top_img").fadeIn("slow");
	$("#wrap_top_img").css({ visibility: "visible"});
	/*$("#dBody").css({ background: "#000"});*/
});
