$(button).bind('mouseout', function(){
                      $(button).css('width','32');
                        $(button).css('height','36');
                        $(button).css('background-size','32px');
                        $(button).css('z-index','1');