//functions

 $(document).ready(function()
{
setInterval(function(){
$("div.nntoplight").css("background-image","url(data3/toph.png)");
return false;

  },1000);

setInterval(function(){
$("div.nntoplight").css("background-image","none");
return false;

  },1500);


/*setInterval(function(){
$("div.nntop").animate({opacity: '0.7'},200);
return false;

  },300);

setInterval(function(){
$("div.nntop").animate({opacity: '1'},200);
return false;

  },500); */




$(".webdesign").hover(function()
{

$(this).animate({marginTop: "30"},200);
$(this).animate({marginTop: "45"},200);
})
$(".agentie").hover(function()
{

$(this).animate({marginTop: "30"},200);
$(this).animate({marginTop: "45"},200);
})


setInterval(function(){

$("div.topcenter").animate({backgroundPosition: "-40px 0px"},5000);
$("div.nntop").animate({backgroundPosition: "450px 0px"},5000);
},1000);

setInterval(function(){

$("div.topcenter").animate({backgroundPosition: "547px 0px"},5000);
$("div.nntop").animate({backgroundPosition: "0px 0px"},5000);
},2000);

});


//end
