$(document).ready(function(){$(".paging").show();$(".paging a:first").addClass("active");var a=$(".window").width();var b=$(".image_reel img").size();var c=a*b;$(".image_reel").css({width:c});rotate=function(){var e=$active.attr("rel")-1;var d=e*a;$(".paging a").removeClass("active");$active.addClass("active");$(".desc").stop(true,true).slideUp("slow");$(".desc").eq($(".paging a.active").attr("rel")-1).slideDown("slow");$(".image_reel").animate({left:-d},500)};rotateSwitch=function(){$(".desc").eq($(".paging a.active").attr("rel")-1).slideDown("slow");play=setInterval(function(){$active=$(".paging a.active").next();if($active.length===0){$active=$(".paging a:first")}rotate()},6000)};rotateSwitch();$(".paging a").click(function(){$active=$(this);clearInterval(play);rotate();rotateSwitch();return false})});
