I'm using a jQuery UI dialog box, and the "x" close button is not showing up. After seeing this answer (I'm not using bootstrap) I determined that it was a result of missing images.
I added the jQueryUI images folder to the same location as the jqueryUI css file, but the x button was still not showing. Using firebug
I saw that jQuery was looking for some images that were not present in the folder (such as ui-icons_c070a0_256x240.png and ui-bg_gloss-wave_35_C070A0_500x100.png).
Where can I find the images that I'm missing from the images folder?