$(document).ready(function() {
	$('#client-logos').cycle({ 
		fx:     'fade',
		easing: 'easeinout', 
		next:   '#client-logos',
		nowrap:	0,
    	pause:   0,
		speed:	1000,
		timeout: 3000
	});
	
	$("#client-logos-2").jCarouselLite({
    	speed: 500,
    	auto: 3000,
    	visible: 4,
    	btnNext: "#btn-next",
	    btnPrev: "#btn-prev"
	});
});
