Problem with jQuery UI icons in wordpress

Problem with jQuery UI icons in wordpress

Hi, I'm using jQuery UI for do a accordion in wordpress.

The accordion works fine but I can't put the icon correctly.

The icons show like this:



And I want like this:




I don't know what is happend because the url of the image is correct in the jquery-ui.css

.ui-icon-triangle-1-e {
    background: url("img/baja.png") center no-repeat !important;
}

Somebody have any idea???