diff --git a/responsiveslides.js b/responsiveslides.js
index edf88cf..ab09368 100644
--- a/responsiveslides.js
+++ b/responsiveslides.js
@@ -7,6 +7,8 @@
"auto": true, // Boolean: Animate automatically
"pagination": false, // Boolean: Show pagination
"nav": false, // Boolean: Show navigation
+ "prevText": "Previous", // String: Text for the "previous" button
+ "nextText": "Next", // String: Text for the "next" button
"fade": 1000, // Integer: Crossfade time, in milliseconds
"maxwidth": "none", // Integer: Max-width of the Slideshow, in pixels
"speed": 4000 // Integer: How long image shows before fading to next, in milliseconds
@@ -180,8 +182,8 @@
// Build navigation
var navMarkup =
- "«" +
- "»";
+ "" + settings.prevText + "" +
+ "" + settings.nextText + "";
// Inject navigation
$this.after(navMarkup);
diff --git a/responsiveslides.min.js b/responsiveslides.min.js
index eacb4a7..00e61b3 100644
--- a/responsiveslides.min.js
+++ b/responsiveslides.min.js
@@ -1,5 +1,5 @@
/*! http://responsive-slides.viljamis.com v1.20 by @viljamis */
-(function(b,y,r){b.fn.responsiveSlides=function(l){var c=b.extend({auto:!0,pagination:!1,nav:!1,fade:1E3,maxwidth:"none",speed:4E3},l);return this.each(function(){r++;var g=b(this),h=0,e=g.children(),s=e.size(),t=parseFloat(c.fade),d="rslides"+r,m="rslides "+d,f=d+"_on",u=d+"_s",n=b('
'),v={"float":"left",position:"relative"},z={"float":"none",position:"absolute"},i=function(a){e.stop().fadeOut(t,function(){b(this).removeClass(f).css(z)}).eq(a).fadeIn(t,function(){b(this).addClass(f).css(v);
-h=a})};if(1");j.push(''+a+"");j.push("")});n.append(j.join(""));var o=n.find("a");g.after(n)}var k=function(a){o.closest("li").removeClass("rslides_here").eq(a).addClass("rslides_here")};if(!0===c.auto){var p,w;p=function(){w=setInterval(function(){var a=h+1«»'),m=b("."+d+"_nav.prev"),d=b("."+d+"_nav.next"),m.on("click",function(a){a.preventDefault();
-a=e.index(b("."+f))-1;if(b("."+f+":animated").length)return!1;q();i(a);!0===c.pagination&&k(a)}),d.on("click",function(a){a.preventDefault();a=e.index(b("."+f))+1c.maxwidth&&g.css("width",c.maxwidth)};x();b(y).on("resize",function(){x()})}})}})(jQuery,this,0);
\ No newline at end of file
+(function(c,y,r){c.fn.responsiveSlides=function(l){var b=c.extend({auto:!0,pagination:!1,nav:!1,prevText:"Previous",nextText:"Next",fade:1E3,maxwidth:"none",speed:4E3},l);return this.each(function(){r++;var g=c(this),h=0,e=g.children(),s=e.size(),t=parseFloat(b.fade),d="rslides"+r,m="rslides "+d,f=d+"_on",u=d+"_s",n=c(''),v={"float":"left",position:"relative"},z={"float":"none",position:"absolute"},i=function(a){e.stop().fadeOut(t,function(){c(this).removeClass(f).css(z)}).eq(a).fadeIn(t,
+function(){c(this).addClass(f).css(v);h=a})};if(1");j.push(''+a+"");j.push("")});n.append(j.join(""));var o=n.find("a");g.after(n)}var k=function(a){o.closest("li").removeClass("rslides_here").eq(a).addClass("rslides_here")};if(!0===b.auto){var p,w;p=function(){w=setInterval(function(){var a=
+h+1'+b.prevText+''+b.nextText+""),m=c("."+d+"_nav.prev"),d=c("."+d+"_nav.next"),m.on("click",
+function(a){a.preventDefault();a=e.index(c("."+f))-1;if(c("."+f+":animated").length)return!1;q();i(a);!0===b.pagination&&k(a)}),d.on("click",function(a){a.preventDefault();a=e.index(c("."+f))+1b.maxwidth&&g.css("width",b.maxwidth)};x();c(y).on("resize",function(){x()})}})}})(jQuery,this,0);
\ No newline at end of file