$(document).ready(function(){
	/* Enable clients slideshow */
	$('#fpclients, #clients')
		.css('text-indent', '0')
		.cycle({
			fx: 'fade',
			timeout: 4000,
			speed: 1500,
			sync: 0,
			pause: 1 // hover to pause
	});
	$('#fpslideshow')
		.css('text-indent', '0')
		.cycle({
			fx: 'fade',
			timeout: 6500,
			speed: 1500
	});
	$('#fpcol1').biggerlink();
});
