$(function(){
	$(".toolTip").tooltip({
		tip:'#toolTipBox',
		effect:'fade',
		position:'top center',
		relative:true
	});
	
	
	var solutions = new Array('Sourcing', 'PLM', 'Distribution', 'Retail', 'Finance', 'CRM', 'Procurement');
	$('#solutions').innerfade({
		animationtype: 'slide',
		speed: 750,
		timeout: 2000,
		type: 'random'
	});

	 $('.slideshow').cycle({
		fx: 'fade' // choose your transition type, ex: fade, scrollUp, shuffle, etc...
	});
	
});