$(document).ready(function(){$("#ad_nav a:first").addClass("active");var b=$("#ad_slider_holder").width(),a=$(".ad_slider_cont").size();a=b*a;$("#ad_slider").css({width:a});rotate=function(){var c=($active.attr("rel")-1)*b;$("#ad_nav a").removeClass("active");$active.addClass("active");$("#ad_slider").animate({left:-c},500)};rotation=function(){play=setInterval(function(){$active=$("#ad_nav a.active").next();if($active.length===0)$active=$("#ad_nav a:first");rotate()},5E3)};rotation();$("#ad_nav a").click(function(){$active=
$(this);clearInterval(play);rotate();rotation();return false});$("#ad_next").click(function(){$active=$("#ad_nav a.active").next();if($active.length===0)$active=$("#ad_nav a:first");clearInterval(play);rotate();rotation();return false});$("#ad_prev").click(function(){$active=$("#ad_nav a.active").prev();if($active.length===0)$active=$("#ad_nav a:last");clearInterval(play);rotate();rotation();return false})});

