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