var une="",num=1; $(document).ready(function(){$("#news_prev").click(function(){num-=2;move_une();clearInterval(une)});$("#news_next").click(function(){move_une();clearInterval(une)});$("#news_pause").click(function(){clearInterval(une)});$(".alu").click(function(){num=$(this).attr("id")-1;move_une();clearInterval(une)});$("#alaune").children().size();move_une=function(){if(num>5){$("#alaune").css({marginLeft:0});$("#alaune2").css({marginLeft:0});$("#alaune1").css({marginLeft:0});num=0}num++;if(num==0)num=6;jQuery.fx.speeds.slow= 1E3;hauteur=-(num*298)+298;$("#alaune").stop().animate({marginLeft:hauteur+"px"},"slow");$("#alaune2").fadeIn();$("#alaune2").css({marginLeft:hauteur+"px"});mini=hauteur/3;$("#alaune1").fadeIn();$("#alaune1").css({marginLeft:mini+"px"},"slow");$("img.alu").css({filter:"alpha(opacity=100)","-moz-opacity":"1",opacity:"1"});$("#alu_"+num).css({background:"#000"});$("img#"+num).css({background:"#000",filter:"alpha(opacity=60)","-moz-opacity":"0.6",opacity:"0.6"})};une=setInterval("move_une()",5E3)});