   $(document).ready(
				function(){
					

					$('ul#animated-portfolio').animatedinnerfade({
						speed: 2000,
						timeout: 5000,
						type: 'sequence',
						containerheight: '250px',
						containerwidth: '390px',
						animationSpeed: 0,
						animationtype: 'fade',
						controlBox: 'none',
					    displayTitle: 'none' 
					});
					});
