(function($){Shopcada.tasks.superfish=function(context){$.each(Shopcada.settings.superfish||{},function(index,options){var list=$('#superfish-'+options.id,context);if(options.plugins||!1){if(options.plugins.supersubs||!1){list.supersubs(options.plugins.supersubs)}} list.superfish(options.sf);if(options.plugins||!1){if(options.plugins.touchscreen||!1){list.sftouchscreen()} if(options.plugins.supposition||!1){list.supposition()} if(options.plugins.bgiframe||!1){list.find('ul').bgIframe({opacity:!1})}}})}}(jQuery));/*! ResponsiveSlides.js v1.54 * http://responsiveslides.com * http://viljamis.com * * Copyright (c) 2011-2012 @viljamis * Available under the MIT license */ (function($,window,i){$.fn.responsiveSlides=function(options){var settings=$.extend({"auto":!0,"speed":500,"timeout":4000,"pager":!1,"nav":!1,"random":!1,"pause":!1,"pauseControls":!0,"touch":!0,"touchThreshold":100,"prevText":"Previous","nextText":"Next","maxwidth":"","navContainer":"","manualControls":"","namespace":"rslides","before":$.noop,"after":$.noop},options);return this.each(function(){i++;var $this=$(this),vendor,selectTab,startCycle,restartCycle,rotate,$tabs,index=0,$slide=$this.children(),length=$slide.size(),fadeTime=parseFloat(settings.speed),waitTime=parseFloat(settings.timeout),maxw=parseFloat(settings.maxwidth),namespace=settings.namespace,namespaceIdx=namespace+i,navClass=namespace+"_nav "+namespaceIdx+"_nav",activeClass=namespace+"_here",visibleClass=namespaceIdx+"_on",slideClassPrefix=namespaceIdx+"_s",$pager=$("