One things that you should watch out for is not to use display: hidden .... whatever you mark as hidden, will not show in text browser either so ... they don't see the image and they don't see the text.
It's better to simply move the text out of viewport by adding
text-indent:-9000px; to the element you don't want to show
