$(function() {
    // run the code in the markup!
	$('#clientlogos').cycle({ 
		fx:     'fade', 
		speed:   500, 
		timeout: 6000, 
		next:   '#clientlogos', 
		pause:   1 
	});
});