
/* submit */

#uploadedImages {
	padding:10px 0;
	text-align: center;
}
#uploadedImages li {
	float: left;
	margin-right:20px;
	position: relative;
	list-style: none;
}
#uploadedImages li img {
	padding: 4px;
	-webkit-box-shadow: 0 2px 4px 0 #888;
	box-shadow:  0 2px 2px 0 #888;
	width: 175px;
	height: 175px;
}


.itemOverlay {
	position: absolute;
	top: 4px;
	left: 4px;
	width: 175px;
	height: 175px;
}
.itemOverlay .itemOverlay {
	top: 0;
	left: 0;
	width: 100%;
	background-color: #fff;
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.itemProgress {
	position: absolute;
	top: 82px;
	left: 10px;
	right: 10px;
	height: 6px;
	border: 2px solid #8d8d8d;
	padding: 2px;
}
.itemProgress div {
	width: 0;
	height: 6px;
	background-color: #8d8d8d;
	-moz-transition: all 0.1s ease-out 0s;
	-webkit-transition: all 0.1s ease-out 0s;
	transition: all 0.1s ease-out 0s;
}

.itemError {
	position: absolute;
	top: 4px;
	left: 4px;
	width: 175px;
	height: 175px;
	display: table;
}
.itemError div {
	display: table-cell;
	vertical-align: middle;
	padding-top: 20px;
	text-align: center;
	background: #ccc;
}
.itemError span {
	display: block;
}
.itemError .icon {
	background: url('//ifrype.com/gallery/img/warning.png') no-repeat center top;
	height: 16px;
}

.myCont .picList li {
	background: #fff;
	width: 369px;
	height: 250px;
	border-bottom: 1px solid #e7e7e7;
	padding-top: 20px;
	padding-right: 30px;
	margin-right:20px;
	margin-bottom:10px;
}
.myCont .picList li:nth-child(odd) {
	border-right: 1px solid #e7e7e7;
}
.myCont .picList li:nth-child(even) {
	width: 369px;
	padding-left: 30px;
	padding-right: 0;
}
#uploadedImagesCont li:hover .galleryUplIcon {
	-moz-transform:scale(1);
	-webkit-transform:scale(1);
	transform:scale(1);
}
.IE #uploadedImagesCont li:hover .galleryUplIcon {
	display:block;
}
.buttonLarge .flashUploadLabel {
	line-height: 38px;
	font-weight:bold;
}