$(document).ready(function() {
	

		
	/* HOME TESTIMONIALS SLIDER */
	
  	$('.home_testimonials').cycle({
        fx: 'scrollRight',
        speed: 600,
        timeout: 6000,
        easing:  'easeOutQuart',
        pager: '.home_testimonials-nav'
    });
    
    
    
    /* AT WORK TESTIMONIALS SLIDER */
	
  	$('.testimonials').cycle({
        fx: 'scrollRight',
        speed: 800,
        timeout: 6000,
        easing:  'easeOutQuart',
        pager: '.testimonials-nav'
    });
  	


});

