$(document).ready(function(){$(".paging").show();$(".paging a:first").addClass("active");var b=$(".window").width(),a=$(".image_reel li").size(),a=b*a;$(".image_reel").css({width:a});rotate=function(){var a=($active.attr("rel")-1)*b;$(".paging a").removeClass("active");$active.addClass("active");$(".image_reel").animate({left:-a},500)};rotateSwitch=function(){play=setInterval(function(){$active=$(".paging a.active").next();0===$active.length&&($active=$(".paging a:first"));rotate()},1E4)};rotateSwitch();
$(".image_reel li").hover(function(){clearInterval(play)},function(){rotateSwitch()});$(".paging a").click(function(){$active=$(this);clearInterval(play);rotate();rotateSwitch();return!1})});
