/*! ResponsiveSlides.js v1.10. (c) 2011-2012 Viljami Salminen & Bastian Gutschke. MIT License. http://responsive-slides.viljamis.com */ (function ($, window, i) { $.fn.responsiveSlides = function (options) { // Merge default settings with optional arguments var settings = $.extend({ "auto": true, "fade": 300, "maxwidth": "none", "speed": 4000 }, options); return this.each(function () { // Index, which is used for namespacing i++; var $this = $(this); var $slide = $this.children(), $img = $("img", this), index = 0, length = $slide.size(), namespace = "rslides" + i, activeClass = namespace + "_here", visibleClass = namespace + '_on', slideClassPrefix = namespace + "_s", fadetime = parseFloat(settings.fade), tabsClass = namespace + "_tabs", $pagination = $("