/*! http://responsiveslides.com v1.32 by @viljamis */ (function(d, E, w) { d.fn.responsiveSlides = function(h) { var b = d.extend({ auto: true, speed: 1000, timeout: 5000, // スライドが切り替わる速度(5秒) pager: false, nav: false, random: false, pause: false, pauseControls: false, prevText: "Previous", nextText: "Next", maxwidth: "", controls: "", namespace: "rslides", before: function() {}, after: function() {} }, h); return this.each(function() { w++; var e = d(this), n, q, i, k, l, m = 0, f = e.children(), x = f.size(), r = parseFloat(b.speed), y = parseFloat(b.timeout), s = parseFloat(b.maxwidth), c = b.namespace, g = c + w, z = c + "_nav " + g + "_nav", t = c + "_here", j = g + "_on", A = g + "_s", p = d("