$(function(){var f=$(".index_cpbox");var d=$(".indexoutcp");var b=f.children().outerWidth(true);var a=f.children(".index_cpbox li").length;f.css("width",b*a+"px");$(".prebtn").click(function(){c()});$(".nextbtn").click(function(){e()});function e(){f.stop().animate({left:"-"+b+"px"},500,function(){f.append(f.children().first());f.css("left",0)})}function c(){f.css("left",-b);f.prepend(f.children().last());f.stop().animate({left:0},500)}});