.image_simple {
	float: left;
	width: 100%;
}

.image_simple .immagine_singola_simple {
	float: left;
	padding: 20px;
	position: relative;
	height: 170px;
}

.image_simple .immagine_singola_simple img {
	width: 100px;
}

.image_simple .immagine_singola_simple .holder_simple {
	width: 20px;
	background: rgba(0, 0, 0, 0) url("../images/drag_icon.png") repeat-y scroll 0 0 !important;
	float: left;
	height: 65px;
	cursor: move;
}

.image_simple .ui-state-highlight {
	background: #DDDDDD;
	width: 130px;
	float: left;
	height: 142px;
	margin: 20px;
}

.bottone_aggiungi_simple {
	background: rgba(215, 215, 215, 0.05) none repeat scroll 0 0;
    border: 1px solid #979797;
    line-height: 18px;
    padding: 5px 20px;
    position: absolute;
    right: -1px;
    top: -3px;
    z-index: 20;
    cursor: pointer;
}

.bottone_elimina_simple {
	background: rgba(0, 0, 0, 0) url("../images/tasto_cancella.png") no-repeat scroll 0 0;
	position: absolute;
	right: 20px;
	top:20px;
	width: 16px;
	height: 16px;
	cursor: pointer;
}

.contenitore_image_simple {
	position: relative;
	float: left;
	margin: 0 10px;
	width: calc(100% - 20px);
	min-height: 50px;
}

.radio_image_simple {
	width: 100%;
	text-align: center;
	float: left;
	margin-top: 10px;
}