$(document).ready(function(){
	
	$(function() {
	    setTimeout(function() {
	        $('#contentHeaderPhoto img:first').fadeIn(2000);
	        $('#contentHeaderPhoto').cycle();
	    }, 800);
	});

	
	/* Activate if site has PNG's
	$("#content").pngFix(); 
	*/
	
});

