Change the dropdown list form arrow by an image

Change the dropdown list form arrow by an image

Hello,

On a mobile site i would like to use a 13x16px image instead of the default dropdown list form arrow.

Here is the form code.
<div class="select">
    <label>Sort By
    <select id="dropDown1">
                        <option value="latest">New videos</option>
                        <option value="top-rated">Top Rated</option>
                        <option value="most-viewed">Most Viewed</option>
            </select></label>
            </div>

What would be the jquery code to do this?

Thanks for your help.