/*! ResponsiveSlides.js v1.02. (c) 2011 Viljami Salminen. MIT License. http://responsive-slides.viljamis.com */ (function ($) { $.fn.responsiveSlides = function (opts) { // Settings var settings = { 'speed' : 4000, 'fade' : 1000, 'auto' : true, 'maxwidth' : 'none', 'namespace' : 'rs' }; return this.each(function () { var $this = $(this); if (opts) { $.extend(settings, opts); } var slideshow = function () { var $slide = $this.find('img'), $pagination = $('