$(document).ready(function(){ 
	$('#logos_rotator').cycle({
		fx: 'fade',
		speed:  500, 
		timeout: 4000,
		delay: -2000
	});
});
