.image_block {
	position:relative; 
	float:left; 
	margin-left: 10px; 
	width:100px!important;
}

.image_descriptions {
	display:none; 
	position:absolute; 
	width:400px; 
	top: -80px; 
	left: 105px; 
	background-color: rgb(203, 203, 203); 
	padding: 6px; 
	z-index: 1000;
}

.action_icons {
	background: white;
	position: absolute;
	bottom: 0px;
}

.warning_upload {
	background-color: yellow;
}

.error_upload {
	background-color: red;
}

.progress {
	margin-top: 10px;
}
