$(document).ready(function(){
$("img.menu_videoproduction").hover(
function() {
$(this).stop().animate({"opacity": "0"},  "medium");
},
function() {
$(this).stop().animate({"opacity": "1"},  "slow");
});

});

$(document).ready(function(){
$("img.menu_voiceover").hover(
function() {
$(this).stop().animate({"opacity": "0"},  "medium");
},
function() {
$(this).stop().animate({"opacity": "1"},  "slow");
});

});

$(document).ready(function(){
$("img.menu_3danimation").hover(
function() {
$(this).stop().animate({"opacity": "0"},  "medium");
},
function() {
$(this).stop().animate({"opacity": "1"},  "slow");
});

});

$(document).ready(function(){
$("img.menu_duplication").hover(
function() {
$(this).stop().animate({"opacity": "0"},  "medium");
},
function() {
$(this).stop().animate({"opacity": "1"},  "slow");
});

});
 
$(document).ready(function(){
$("img.menu_motiongraphics").hover(
function() {
$(this).stop().animate({"opacity": "0"},  "medium");
},
function() {
$(this).stop().animate({"opacity": "1"},  "slow");
});

});
 
$(document).ready(function(){
$("img.menu_liveevent").hover(
function() {
$(this).stop().animate({"opacity": "0"},  "medium");
},
function() {
$(this).stop().animate({"opacity": "1"},  "slow");
});

});
