//<![CDATA[ 
$(function() {
	// ---------------------------------------------------------------------------
	// SLIDESHOW
	// ---------------------------------------------------------------------------
	 $('ul#animated-portfolio').animatedinnerfade({
		speed: 5000,
		timeout: 12500,
		type: '’sequence’',
		containerheight: '316px',
		containerwidth: '924px',
		animationSpeed: 5000,
		animationtype: 'fade',
		bgFrame: 'none',
		controlBox: 'none',
		displayTitle: 'none'
	});
	
});
//]]>