$(function() {
    $('#sService').cycle({ 
    fx:     'turnDown',
    timeout: 0, 
    next:   '#sService', 
	next:   '#next2', 
    prev:   '#prev2',
	random: 1
	});
	
	$('#textFeature').cycle({
    fx: 'fade',
	timeout:  20000,
	pause:1,
	random:1
});
});
