
$(document).ready(function() {
    $('#images').cycle({ 
    fx:     'scrollLeft', 
    speed:  500, 
    next:   '#images', 
    timeout: 0 
	});
});

