jQuery(document).ready(function(){ var button_rechts_1=jQuery('.css_center_outer1').css('right'); var button_links_1=jQuery('.css_center_outer1').css('left'); var button_zindex_1=jQuery('.css_center_outer1').css('z-index'); jQuery('.button_rechts.css_center_outer1').find('.button_form').hover( function(){ jQuery(this).parents('.css_center_outer').css('z-index',9999999); jQuery(this).parents('.css_center_outer1').stop(true,false).animate({ right: -3 },function (){}); }, function(){ jQuery(this).parents('.css_center_outer1').stop(true,false).animate({ right: button_rechts_1 },function (){ jQuery(this).css('z-index',button_zindex_1);}); }); jQuery('.button_links.css_center_outer1').find('.button_form').hover( function(){ jQuery(this).parents('.css_center_outer').css('z-index',9999999); jQuery(this).parents('.css_center_outer1').stop(true,false).animate({ left: -3 },function (){}); }, function(){ jQuery(this).parents('.css_center_outer1').stop(true,false).animate({ left: button_links_1 },function (){ jQuery(this).css('z-index',button_zindex_1);}); }); var button_rechts_4=jQuery('.css_center_outer4').css('right'); var button_links_4=jQuery('.css_center_outer4').css('left'); var button_zindex_4=jQuery('.css_center_outer4').css('z-index'); jQuery('.button_rechts.css_center_outer4').find('.button_form').hover( function(){ jQuery(this).parents('.css_center_outer').css('z-index',9999999); jQuery(this).parents('.css_center_outer4').stop(true,false).animate({ right: -3 },function (){}); }, function(){ jQuery(this).parents('.css_center_outer4').stop(true,false).animate({ right: button_rechts_4 },function (){ jQuery(this).css('z-index',button_zindex_4);}); }); jQuery('.button_links.css_center_outer4').find('.button_form').hover( function(){ jQuery(this).parents('.css_center_outer').css('z-index',9999999); jQuery(this).parents('.css_center_outer4').stop(true,false).animate({ left: -3 },function (){}); }, function(){ jQuery(this).parents('.css_center_outer4').stop(true,false).animate({ left: button_links_4 },function (){ jQuery(this).css('z-index',button_zindex_4);}); }); 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_9=jQuery('.css_center_outer9').css('right'); var button_links_9=jQuery('.css_center_outer9').css('left'); var button_zindex_9=jQuery('.css_center_outer9').css('z-index'); jQuery('.button_rechts.css_center_outer9').find('.button_form').hover( function(){ jQuery(this).parents('.css_center_outer').css('z-index',9999999); jQuery(this).parents('.css_center_outer9').stop(true,false).animate({ right: -3 },function (){}); }, function(){ jQuery(this).parents('.css_center_outer9').stop(true,false).animate({ right: button_rechts_9 },function (){ jQuery(this).css('z-index',button_zindex_9);}); }); jQuery('.button_links.css_center_outer9').find('.button_form').hover( function(){ jQuery(this).parents('.css_center_outer').css('z-index',9999999); jQuery(this).parents('.css_center_outer9').stop(true,false).animate({ left: -3 },function (){}); }, function(){ jQuery(this).parents('.css_center_outer9').stop(true,false).animate({ left: button_links_9 },function (){ jQuery(this).css('z-index',button_zindex_9);}); }); });