	 $(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
	
	});
		
	//recent project section
	/* $('#carusol ul').bxSlider({
	controls: true,
	displaySlideQty: 4,
	moveSlideQty: 1, 
	auto: false,
	onAfterSlide: function(){
		fancy();
		imghover();
	},  
	
	}); */

	
	//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'
	});
});

