$(document).ready(function() {

	$('#testimonials').cycle({
	    fx:     'fade',
	    timeout: 5000,
	    delay: 2000
	});

	$('.home_banners').cycle({
	    fx:     'scrollLeft',

	    timeout: 8000,
	    delay: 0
	});

});