;(function($){$.fn.slidy=function(settings){if(this.length==0){debug('selector invalid or missing!');return;}else if(this.length>1){return this.each(function(){$.fn.slidy.apply($(this),[settings]);});} var opt=$.extend({},$.fn.slidy.defaults,settings),$this=$(this),id=this.attr('id'),elements=$this.children(opt.children),quantity=elements.length,images=(opt.children=='img')?elements:elements.find('img'),timer=0,isanimate=false;stopidx=0;if(id===undefined){id='slidy-'+$this.index();$this.attr('id',id);} $this.data('options',opt).css({'cursor':opt.cursor,'overflow':'hidden','position':'relative'});elements.each(function(i){$(this).css({'position':'absolute','z-index':quantity-i}).attr('id',$this.attr('id')+'-'+(i+1));});if(opt.children=='a'&&opt.target!=''){elements.attr('target',opt.target);} elements.hide().first().show();if(opt.menu){$menu=$('