jQuery.fn.liScroll=function(c){c=jQuery.extend({travelocity:0.07},c);return this.each(function(){function e(a,i){b.animate({left:"-="+a},i,"linear",function(){b.css("left",g);e(f,h)})}var b=jQuery(this),d=0,g=b.parent().parent().width();b.find("li").each(function(a){d+=jQuery(this,a).outerWidth(true)});b.width(d);var f=d+g,h=f/c.travelocity;e(f,h);b.hover(function(){jQuery(this).stop()},function(){var a=jQuery(this).offset().left+d;e(a,a/c.travelocity)})})};