--- jcarousellite_1.0.1.js	2008-05-05 14:07:42.000000000 +0900
+++ jcarousellite_hidenav.js	2008-05-05 14:36:46.000000000 +0900
@@ -249,6 +249,16 @@
 
         div.css(sizeCss, divSize+"px");                     // Width of the DIV. length of visible images
 
+		if(!o.circular) {
+			$(o.btnPrev + "," + o.btnNext).removeClass("disabled");
+			$( (curr-o.scroll<0 && o.btnPrev)
+				||
+				(curr+o.scroll > itemLength-v && o.btnNext)
+				||
+				[]
+			).addClass("disabled");
+		}
+
         if(o.btnPrev)
             $(o.btnPrev).click(function() {
                 return go(curr-o.scroll);
