$(document).ready(function() {
	$('ul#animated-portfolio').fadeIn();
	$('ul#animated-portfolio').animatedinnerfade({
		speed: 1000,
		timeout: 10000,
		type: 'random',
		containerheight: '200px',
		containerwidth: '440px',
		animationSpeed: 10000,
		animationtype: 'fade',
		bgFrame: 'none',
		controlBox: 'auto',
		controlButtonsPath: '/public/js/jquery/plugins/animated/img',
		displayTitle: 'show'
	});
} );
