Displaying a div when hovering over a button

Displaying a div when hovering over a button

Hello, I am new to jQuery and my goal is to display a div containing content when a button (to the side of the div) is hovered over. To a further extent I want to not only display the div but cause the function that is already running (one that rotates through displaying my 5 divs) to stop, so that only the div from the hover button is displayed.

Hopefully this makes sense. I do have some code I am working on that I can share.