jQuery(function(){
								jQuery('#leaf-63 div.featured-leaf-content').cycle({ 
								    fx:      'scrollLeft',		
										prev: '#63_featured_prev',
										next: '#63_featured_next',
								    speed:    1000, 
								    timeout:  6000
								});

								if(typeof visual_editor != 'undefined'){
									jQuery('a:not(a#close-editor)').click(function(){ return false; });
								}
							});