#preview_img_wrap {
	position: absolute;
	display: none;
	top: 0;
	left: 0;
	background: #876;
	padding: 8px;	
	border-top: 1px solid #765;
	border-left: 1px solid #765;
	border-bottom: 1px solid #655;
	border-right: 1px solid #655;
	z-index: 100;
}

#preview_img {
	max-width: 400px;
	max-height: 400px;
	border: solid #433 1px;
}