$(document).ready(function(){
	$('#portfolioInformation').cycle({
		fx: 'scrollLeft',
		speed: 500,
		timeout: 10000,
	});	
});
