@charset "utf-8";
/* CSS Document */

#imgMask{
	background: #000000;
	z-index: 999999;
	position: absolute;
	top: 0px;
	left: 0px;
	opacity: 0.8;
	filter: alpha(opacity=80);
	background: #000000;
	display: none;
}

#imgContainerOuter{
	z-index: 999999999;
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
}

#imgContainer{
	z-index: 9999999999;
	position: relative;
	width: 640px;
	height: 480px;
	display: none;
	padding: 10px;
}