/* HEAVILY MODIFIED FROM ORIGINAL TO WORK WITH CHOSEN 1.1 */

.chosenImage-container .chosen-single {
	padding: 0 0 0 10px;
	height: 44px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.chosenImage-container .chosen-results li,
.chosenImage-container .chosen-single span {
	background-position: 6px 50%;
	background-repeat: no-repeat;
	background-size: 32px auto;
	padding: 10px 0 10px 46px;
	height: 32px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	border-bottom: 1px solid #ddd;
	font-size: 12px;
}
.chosenImage-container .chosen-results li:last-child {
	border-bottom: none;
}

.chosenImage-container .chosen-single span {
	height: 32px;
	background-position: 0 45%;
	padding: 0 0 0 40px;
	margin: 6px 0;
	border-bottom: none;
}

.chosen-container .chosen-results li {
 -webkit-transition: background .2s ease;
 -moz-transition: background .2s ease;
 -ms-transition: background .2s ease;
 -o-transition: background .2s ease;
 transition: background .2s ease;
}

.chosen-container .chosen-results li.highlighted {
	background-color: #1FB8FF;
}
.chosenImage-container .chosen-results {
	max-height: 424px;
}