$(document).ready(function() {
  $('#slidebottom button').mouseenter(function() {
    $('#inner').slideToggle(400);
  });

});
