$(document).ready(function() {
	$('#tab-news').cycle({
		fx:	'fade',
		timeout:	0,
		speed:'fast',
		next:   '.next1', 
    	prev:   '.previous1' 
	});
	
	$('#tab-jobs').cycle({
		fx:	'fade',
		timeout:	0,
		speed:'fast',
		next:   '.next2', 
    	prev:   '.previous2' 
	});


    $('#slider')
		.cycle({
		fx:	'fade',
		timeout:	8000,
		speed:'fast',
		pause:   1,
		next:   '.next', 
    	prev:   '.previous' 
	});

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

