$(document).ready(function(){
  $("a.video").click(function(){
    $("div#main").animate({left: -760},"slow");
  });
    $("a.dischi").click(function(){
    $("div#main").animate({left: 0},"slow");
  });
    $("a.social").click(function(){
    $("div#main").animate({left: -1520},"slow");
  });
});

