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