Best way to make a scrolling CSS box

Best way to make a scrolling CSS box

I need to create the following:

1. A DIV with a background in CSS.
2. Then another DIV over the top of the image with an opacity that when clicked, expands out over the image.

But, the second DIV must only show a small "Click to Expand" button before it expands.

What jQuery would be used to do this?