$(function(){$("#carousel").mouseenter(function(){$("#carousel-lefttab").stop().animate({"margin-left":"0px"},200);$("#carousel-righttab").stop().animate({"margin-left":"0px"},200);$("#carousel-countertab").stop().animate({"margin-top":"0px"},200)}).mouseleave(function(){$("#carousel-lefttab").stop().animate({"margin-left":"-34px"},200);$("#carousel-righttab").stop().animate({"margin-left":"34px"},200);$("#carousel-countertab").stop().animate({"margin-top":"24px"},200)})});
