.imageUploader {
	border: 3px dashed #F0F0F0;
	background: transparent;
	text-align: center;
	margin: none;
}

.imageUploader.in {
	border: 3px dashed #E0E0E0;
	background: #f5f5f5;
	padding: 20px;
	font-size: larger;
}
.imageUploader.hover {
	background: #F0FFF0;
}
.imageUploader.fade {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    opacity: 1;
}


.sortableImages {
	list-style: none;
	padding: 0 !important;
	margin: 0 !important;
	clear: both;
	float: left;
	min-width: 100%;
	min-height: 30px;
	background: #f5f5f5;
}

.sortableImages li {
	float: left;
	display: block;
	list-style: none;
	width: auto;
	text-align: center;
	height: 150px;
	background: #f5f5f5;
	vertical-align: middle;
	margin: 2px;
	padding: 3px;
	border: none;
	position: relative;
}

.sortableImages li img {
	max-height: 140px !important;
	max-width: 140px !important;
	border: none;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	padding: 0;
	margin: 0;
	vertical-align: middle;
}
.sortableImages li a .description {
	display: block;
	white-space: nowrap;
	overflow: hidden !important;
	text-overflow: ellipsis;
	max-width: 140px !important;
}

.sortableImages li .imgTools {
	display: none;
	color: #999999;
	font-weight: bold;
	position: absolute;
	top: 0%;
	left: 0%;
	transform: translate(0%, 0%);
	background: white;
	padding: 3px 5px;
}

.sortableImages li:HOVER .imgTools {
	display: block;
}

.sortableImages li .imgTools a:HOVER {
	color: #FFFFFF;
	background: #333333;
}

.clear {
	clear: both;
}

.image-description {
	width: 98% !important;
}

ul.simpleImages li:first-child {
	width: 320px !important;
	height: 320px !important;
	max-width: 320px !important;
	max-height: 320px !important;
}

ul.simpleImages li:first-child img {
	width: auto !important;
	height: auto !important;
	max-width: 320px !important;
	max-height: 320px !important;
}