window.addEvent("domready",function(){mySlideShow=new SlideShow("slideshow",{delay:8000,transition:"fade",duration:500,autoplay:true});mySlideShow.addEvent("show",function(c){a(mySlideShow.ptr.toInt())});function a(c){$("banner_container").getElements("li.rel").each(function(e,d){if(this&&!e.hasClass("banner-"+c)){e.removeClass("selected")}else{e.addClass("selected")}}.bind(c))}var b=0;$("banner_container").getElements("li.rel").each(function(c){b++;c.addEvent("mouseover",function(){mySlideShow.pause();mySlideShow.show(this.toInt());a(this.toInt())}.bind(b));c.addEvent("mouseout",function(){mySlideShow.play()})})});
