<li> styling problem

how would I style the following tag so that both the text and <img> have link attributes i.e. normal and hover.

I want the items to be a vertical list with the text positioned underneath like a caption.

<ul>
<li><a href="#"><img src="image.jpg" /> caption text</a>