$jq(document).ready(function(){$jq(".paging").show();$jq(".paging a:first").addClass("active");var imageWidth=$jq(".window").width();var imageSum=$jq(".image_reel img").size();var imageReelWidth=imageWidth*imageSum;$jq(".image_reel").css({'width':imageReelWidth});rotate=function(){var triggerID=$active.attr("rel")-1;var image_reelPosition=triggerID*imageWidth;$jq(".paging a").removeClass('active');$active.addClass('active');$jq(".image_reel").animate({left:-image_reelPosition},500);};rotateSwitch=function(){play=setInterval(function(){$active=$jq('.paging a.active').next();if($active.length===0){$active=$jq('.paging a:first');}
rotate();},5000);};rotateSwitch();$jq(".image_reel a").hover(function(){clearInterval(play);},function(){rotateSwitch();});$jq(".paging a").click(function(){$active=$jq(this);clearInterval(play);rotate();rotateSwitch();return false;});});
