$(document).ready(
	function()
	{
		// Show "View more photos"
		$("#gallery_controls").css('display', 'block');
		$("#gallery_controls").css('position', 'relative');
		
		// Hide "javascript required" message
		$("h4#javascript_message").css('display', 'none')
		$("h4#javascript_message").css('position', 'absolute')
		
		// Margin corrections for sIFR-a-tized elements
		$("#featured_project h4.sIFR-replaced").next("#featured_project h5").css('margin-top', '-7px')
		$("#project_details h3.sIFR-replaced").next("#project_details h4").css('margin-top', '-7px')
		
		
		// Featured Project Image Fade
		//$('ul.rotating_images').innerfade({ 
		// 	  animationtype: 'slide', 
		// 	  speed: 'slow', 
		// 	  timeout: '5000', 
		// 	  type: 'sequence', 
		// 	  containerheight: 'auto',
		// 	  runningclass:'innerfade',
		// 	  children:null
		// });
	
		
	}
);

