$(document).ready(function() {
	$('#imgr').cycle({ 
	    fx:     'fade',
	    next:   'span.rt input',
	    prev:   'span.lft input',
	    sync:   'true',
	    timeout: 0,
	    speed:   'fast'
	});
});
