$(document).ready(function() {
	// Latest Work //
	$('#latestWorkSlideShow').cycle({
		fx: 'scrollHorz',
		next:'#controlRight',
		prev:'#controlLeft',
		timeout:0,
		easing:'backinout'
	});
	// Our Clients //
	$('#ourClientsSlideShow').cycle({
		fx:'scrollHorz',
		next:'#ourClientsControlRight',
		prev:'#ourClientsControlLeft',
		timeout:0
	});
	// Testimonnials //
	$('#testimonialsContainer').cycle({ 
		fx:'fade',
		speed:3000,
		speedIn:600,
		speedOut:600
 	});
});
