
$(document).ready(function(){
    $('.tx_macausstellung_pi2-wrap').hover(function(){
    	$(".tx_macausstellung_pi2-mouseover", this).stop().animate({top:'52px'},{queue:false,duration:160});
    }, function() {
    	$(".tx_macausstellung_pi2-mouseover", this).stop().animate({top:'86px'},{queue:false,duration:160});
    });
});
