
#d2, #d3 { display: none; }

html, body {
/*
	overflow: hidden;
	overflow-x: auto;
	overflow-y: hidden;
	*/
}

#overlay {
	display: table;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url('gfx/transparent.png');
	/*z-index: 999;*/
}

#overlay #window {
	display: table-cell;
	vertical-align: middle;
	z-index: 999;
}

#overlay #inner {
	width: 620px;
	margin: 0 auto;
	padding: 15px;
	max-height: 450px;
	overflow: auto;
	z-index: 999;
	/* background-color: #fff; */
}

#min_img {
  width: 115px;
  height: 80px;
  padding-bottom: 13px;
  z-index:1;
}