$( function() {
	$('#portfolioSlides').cycle({
		fx: 'scrollLeft', 
		speed: 800,
		timeout: 5000
	}); 
});