jQuery(function(){
	jQuery('#leaf-54 div.rotator-images').cycle({ 
	    fx:      'scrollLeft', 
	    speed:    1000, 
	    timeout:  7000 
	});
	
	if(typeof visual_editor != 'undefined'){
		jQuery('.rotator-images a').attr('href', '#');
	}
});	
