.imageSelector .list > div{
	border-bottom:1px solid #eee;
	overflow:hidden;
	padding:5px;
}
.imageSelector img{
	width:100px;
}


.imageSelector img {
	max-width: 450px;
}

.imageSelector .title {
	font-weight: bold;
	padding:5px 0;
}

.imageSelector .title i {
	_font-size: 12px;
	color: red;
}

.imageSelector .no-preview {
	font-size: 25px;
}


.imageSelector .list{
	width:60%;
	float:right;
	overflow:hidden;
	height:auto;
	max-height:10000000px;
	margin-top:10px;
}
.imageSelector .list li{
	min-height:40px;
	border-bottom:1px solid #eee;
}
.imageSelector .list > div{
	border-bottom:1px solid #eee;
	overflow:hidden;
	padding:12px 0;
	position:relative;
}
.imageSelector .list .icon-trash{
	float:right;
	position: absolute;
    right: 0;
    top: 5px;
}
.imageSelector .preview{
	width:30px;
	height:30px;
	position:absolute;
	top:5px;
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	
}
.imageSelector .title{
    padding-left: 40px;
    width: 90%;
    word-break: break-word;
}