$(document).ready(function(){
    $(".but1").hover(function(){
        $(".but1 img")
            .animate({top:"-10px"}, 200).animate({top:"-4px"}, 200)
            .animate({top:"-7px"}, 100).animate({top:"-4px"}, 100)
            .animate({top:"-6px"}, 100).animate({top:"-4px"}, 100);
    });
});
$(document).ready(function(){
    $(".but2").hover(function(){
        $(".but2 img")
            .animate({top:"-10px"}, 200).animate({top:"-4px"}, 200)
            .animate({top:"-7px"}, 100).animate({top:"-4px"}, 100)
            .animate({top:"-6px"}, 100).animate({top:"-4px"}, 100);
    });
});
$(document).ready(function(){
    $(".but3").hover(function(){
        $(".but3 img")
            .animate({top:"-10px"}, 200).animate({top:"-4px"}, 200)
            .animate({top:"-7px"}, 100).animate({top:"-4px"}, 100)
            .animate({top:"-6px"}, 100).animate({top:"-4px"}, 100);
    });
});
$(document).ready(function(){
    $(".but4").hover(function(){
        $(".but4 img")
            .animate({top:"-10px"}, 200).animate({top:"-4px"}, 200)
            .animate({top:"-7px"}, 100).animate({top:"-4px"}, 100)
            .animate({top:"-6px"}, 100).animate({top:"-4px"}, 100);
    });
});
$(document).ready(function(){
    $(".but5").hover(function(){
        $(".but5 img")
            .animate({top:"-10px"}, 200).animate({top:"-4px"}, 200)
            .animate({top:"-7px"}, 100).animate({top:"-4px"}, 100)
            .animate({top:"-6px"}, 100).animate({top:"-4px"}, 100);
    });
});
$(document).ready(function(){
    $(".but6").hover(function(){
        $(".but6 img")
            .animate({top:"-10px"}, 200).animate({top:"-4px"}, 200)
            .animate({top:"-7px"}, 100).animate({top:"-4px"}, 100)
            .animate({top:"-6px"}, 100).animate({top:"-4px"}, 100);
    });
});

