#loadingGallery {
	padding:30px;
}

.UploadImagesButton {
	margin: 0 0;
}

.imgOver {
	width: 120px;
	position: absolute;
	background-color: black;
	filter: alpha(opacity=85);
	-moz-opacity: 0.85;
	-webkit-opacity: 0.85;
	opacity: 0.85;
	color: white;
	font-family: tahoma;
	font-size: 8pt;
	height: 15px;
	padding: 3px 5px;
}

.imgOver a {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-webkit-opacity: 1;
	opacity: 1;
	color: white;
}

.deleteImage {
	float: right;
	background-image: url('../images/admin_image_close.gif');
	background-repeat: no-repeat;
	width: 15px;
	height: 15px;
}

#editImagesContainer {

}

.viewFullImage {
	float: right;
	background-image: url('../images/admin_image_enlarge.gif');
	background-repeat: no-repeat;
	width: 15px;
	height: 15px;
	padding-right: 5px;
}

.imageDetailsContainer {
	padding-right:10px;
	padding-bottom: 10px;
}

.galleryImage {
	padding: 4px;
	border: 1px solid #E1E1E1;
	margin: 5px;
	width: 130px;
	height: 173px;
	background-color: white;
	float: left;
	cursor: move;
	display: inline;
	position:relative;
}

.imagePlaceHolder {
	padding: 1px;
	border: 1px solid #E1E1E1;
	margin: 5px;
	width: 130px;
	height: 158px;
	background-color: #D7EBFF;
	float: left;
}

.editImageThumb {
	float: right;
}

#galleryImages a {
	color: white;
}

#ImagesMessage {
	padding-top: 8px;
}

#uploadImagesButtonContainer {
	background-color: #8AB87A;
	padding: 5px 2px 5px 5px;
	margin-right: 5px;
	width: 98px;
	display: inline;
	height: 21px;
}

.inPlaceImageBoxDefault {
	width: 100px;
}

.TemplateHeading {
	font-size: 11px;
	font-weight: normal;
}

.singleDeleteImageButton {
	width: 130px;
	margin-top: 3px;
}

.AlbumCoverKey {
	border-left: 15px solid #D7E7FF;
}
.AlbumCover {
	background-color: #D7E7FF;
}

.ProgressBarText {
	margin-bottom: 10px;
}

.progressBarStatus {
	margin: 10px auto;
	text-align: center;
	font-size: 10px;
	color: gray;
}