$(document).ready(function() {
    $('#asociados-slide').cycle({
		fx: 'fade',
		timeout: '8000',
		speed: '1000'
	});
});
