$(document).ready(function($){
			$('ul#animated-portfolio').animatedinnerfade({
			speed: 1000,
			timeout: 6500,
			type: 'sequence',
			containerheight: '300px',
			containerwidth: '470px',
			animationSpeed: 6000,
			controlButtonsPath: 'scripts/jquery.animated.innerfade/img',
			animationtype: 'fade',
			bgFrame: 'none',
			controlBox: 'show',
			displayTitle: 'yes'
		});
});

