$(function() {
        $('.refbaz').cycle({
        fx:     'slideX',
		next: '.refbaz',
		timeout: 0
	});
});

