.waitingArea {
	width					: 300px;
	height					: 400px;
	overflow				: auto;
	border					: solid 1px #DCDCDC;
	float					: left;
}

.selectedWaitingAreaContent {
	border					: solid 1px #DCDCDC;				
	width					: 343px;
	height					: 400px;
	overflow				: auto;
	float					: left;
	margin-left				: 10px; 
}

.thumbnails {
	margin					: 5px;
}

.thumbnail {
	float					: left;
	margin					: 1px;
	text-align				: center;
	border					: solid 1px #DCDCDC; 
}

.gallery {
	border					: solid 1px #DCDCDC;				
	width					: 645px;
	height					: 400px;
	overflow				: auto; 
	text-align				: center;
	margin-top				: 5px;
	padding					: 5px;
}

.thumbnailSelected {
	float					: left;
	margin					: 1px;
	text-align				: center;
	border					: solid 1px #DCDCDC; 				
}

.thumbnailImage {
	background-repeat		: no-repeat;
	background-position		: center center;	
}

.deleteThumbnailButton {
	background-color		: #DCDCDC;
	height					: 10px;
	background-image		: url("../Images/thumbnail_delete_button.png");
	background-repeat		: no-repeat;
	background-position		: center center; 
}

#miniGeneratorProcessBox {
	text-align				: center;
}
