Stackoverflow-9531429

by Nicholas_Murray

HTML

<div id="slideshow">         
    <ul id="nav">             
        <li id="prev"><a href="#" title="prev"><div></div></a></li>             
        <li id="next"><a href="#" title="next"><div></div></a></li>         
    </ul> 
</div>

CSS

#prev a div
{             
    background: url(http://images.all-free-download.com/images/graphicmedium/button_previous_89678.jpg);
    height : 200px;
    width : 200px;       
}          
#next a div
{             
    background: url(http://images.all-free-download.com/images/graphicmedium/button_next_89675.jpg);
    height : 200px;
    width : 200px;            
}