jQuery(document).ready(function(){ var button_rechts_6=jQuery('.css_center_outer6').css('right'); var button_links_6=jQuery('.css_center_outer6').css('left'); var button_zindex_6=jQuery('.css_center_outer6').css('z-index'); jQuery('.button_rechts.css_center_outer6').find('.button_form').hover( function(){ jQuery(this).parents('.css_center_outer').css('z-index',9999999); jQuery(this).parents('.css_center_outer6').stop(true,false).animate({ right: -3 },function (){}); }, function(){ jQuery(this).parents('.css_center_outer6').stop(true,false).animate({ right: button_rechts_6 },function (){ jQuery(this).css('z-index',button_zindex_6);}); }); jQuery('.button_links.css_center_outer6').find('.button_form').hover( function(){ jQuery(this).parents('.css_center_outer').css('z-index',9999999); jQuery(this).parents('.css_center_outer6').stop(true,false).animate({ left: -3 },function (){}); }, function(){ jQuery(this).parents('.css_center_outer6').stop(true,false).animate({ left: button_links_6 },function (){ jQuery(this).css('z-index',button_zindex_6);}); }); var button_rechts_7=jQuery('.css_center_outer7').css('right'); var button_links_7=jQuery('.css_center_outer7').css('left'); var button_zindex_7=jQuery('.css_center_outer7').css('z-index'); jQuery('.button_rechts.css_center_outer7').find('.button_form').hover( function(){ jQuery(this).parents('.css_center_outer').css('z-index',9999999); jQuery(this).parents('.css_center_outer7').stop(true,false).animate({ right: -3 },function (){}); }, function(){ jQuery(this).parents('.css_center_outer7').stop(true,false).animate({ right: button_rechts_7 },function (){ jQuery(this).css('z-index',button_zindex_7);}); }); jQuery('.button_links.css_center_outer7').find('.button_form').hover( function(){ jQuery(this).parents('.css_center_outer').css('z-index',9999999); jQuery(this).parents('.css_center_outer7').stop(true,false).animate({ left: -3 },function (){}); }, function(){ jQuery(this).parents('.css_center_outer7').stop(true,false).animate({ left: button_links_7 },function (){ jQuery(this).css('z-index',button_zindex_7);}); }); });