jQuery(document).ready(function(a){a('#nav a.with-children').click(function(b){b.preventDefault();var f=a(this).parent().parent();f.find('a.in-path').next().fadeOut();f.find('a.selected').next().fadeOut();var g=a(this).next('ul');g.fadeIn();a('#nav a.in-path').removeClass('in-path');a('#nav a.selected').removeClass('selected');var self=a(this);self.addClass('selected');self.parents('ul').prev().addClass('in-path')});a('#banner').cycle({delay:1000,timeout:8000});a('#product .images').cycle({speed:'fast',timeout:0,pager:'.slideshow .nav',slideExpr:'img',activePagerClass:'selected'});var d=a('#section-with-image .images');var c=a('#section-with-image .play');var e=a('#section-with-image .pause');c.hide();d.cycle({timeout:6000});c.click(function(b){b.preventDefault();d.cycle('resume');c.hide();e.show()});e.click(function(b){b.preventDefault();d.cycle('pause');e.hide();c.show()});a('.carousel').jcarousel({scroll:1});a('.color-thumb').tooltip({delay:0,showURL:false,bodyHandler:function(){return a(this).prev().html()}})});

