	 $(function(){	//why transforms section	$("#w_slides").wslide({		width:620,		height:280,		horiz: true,		autolink: false,		effect: 'easeOutBounce',		duration :1500	}); 			$('#clients').wslide({	width: 350,	height: 170,	horiz: true		});				//testimonial section	$('#testimonial ul').bxSlider({			mode: 'fade',			auto: true,			controls: false	});			//round about  Client section	$('#featured ul').roundabout({ 		easing: 'easeOutInCirc',		duration: 600,		btnNext : '#next',		btnPrev: '#previous',		easing: 'easeOutExpo'	});});
