$(document).ready(function(){
	$('ul#portfolio').innerfade({
		speed: 1000,
		timeout: 2500,
		type: 'sequence',
		containerheight: '400px'
	});
});

$(document).ready(function() {
	$('#slider').s3Slider({
		timeOut: 3000
	});
});
