$(document).ready(function() 
	{
		$('#ClientSolutions ul').cycle('fade');
	});