//Create New Instance of Innerfade Class
$(document).ready(
	function(){
		$('#slide-show').innerfade({
			animationtype: 'fade',
			speed: 1500,
			timeout: 3000,
			type: 'sequence',
			containerheight: '393px'
		});
	}
);
