jQuery.fn.boxWrapperScrollStripe=function(a){a=typeof(a)!=="undefined"?a:{};var c={};c.scrollBy=1;var e=jQuery(this);var g=jQuery([]);var d=jQuery([]);var f=function(h){c=jQuery.extend(c,h);g=e.find(".boxList");d=g.find("> ul > li");g.find("> ul").jcarousel({initCallback:b,start:1,offset:1,size:d.length,scroll:c.scrollBy,auto:false,animation:500});f=function(){}};var b=function(h){e.find(".jcarousel-prev, .jcarousel-next").hover(function(){jQuery(this).addClass("hover")},function(){jQuery(this).removeClass("hover")})};jQuery(document).ready(function(){f(a)})};