/* Tag image */
.chose-image {
    display:block;
	/*width:90px;*/
    min-width:90px;
	height:90px;
    margin-bottom:6px;
    /*padding: 2px 5px 3px 0;*/

    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    display: block;
    line-height: 1.42857;
    padding:4px;
    transition: border 0.2s ease-in-out 0s;
	
}

/* Image for Single mode */
.chose-image-small {
	width:18px;
	height:18px;
	vertical-align: middle;
	margin: -3px 0 0 0;
	padding: 0 3px 0 0;
}

/* Images appended to the li(s) */
.chose-image-list {
	width:40px;
	height:40px;
	vertical-align: middle;
	margin: -3px 0 0 0;
	padding: 0 3px 0 0;
}

/* Grey-out image for Multi mode */
div.chosen-container-multi .result-selected img {
	opacity: 0.3;
}

.chosen-container-multi .chosen-choices
{
    overflow-x:scroll;
    white-space:nowrap;
}

.chosen-container-multi .chosen-choices li.search-choice
{
    background:none;
    border-radius:0px;
    border:none;
    text-align:center;
    padding: 3px 3px 3px 5px;
}
.chosen-container-multi .chosen-choices li
{
    float:none;
    display:inline-block;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close
{
    right:0;
    top:0;
}