/* Give the image 3px of space to breath. */
.chosenImage-container .chosen-results li,
.chosenImage-container .chosen-single span {
  background: none 3px center / 19px 19px no-repeat;
  padding-left: 28px;
}

/* Make the image fit nicely to the left of the dropdown. */
.chosenImage-container .chosen-single {
  padding-left: 2px;
}

.chosenImage-container .chosen-single span {
  background-position: left 2px;
}

/* Let the "No results match" text fill the whole width. */
.chosenImage-container .chosen-results .no-results {
  padding-left: inherit;
}



.chosenImageSprite-container .chosen-results li,
.chosenImageSprite-container .chosen-single span
{
  position: relative;
}

.chosenImageSprite-container .chosen-results li i,
.chosenImageSprite-container .chosen-single span i
{
  position: absolute;
  display: inline-block;
  left: 0;
  top: 0;
}
