body {
	
}
#popUpDiv {
	width: 465px;
	height: 400px;
	position: absolute;
	left: 50%;
	top: 5%;
	/*margin-top: -180px;*/
	margin-left: -230px;
}
#popUpDiv DIV {
	position: absolute;
}
#popUpDiv .imgPop {
	width: 400px;
	height: 300px;
	overflow: hidden;
	padding-top: 50px;
	margin: 0px auto;
	z-index: 3;
	left: 0px;
	top: 0px;
	position: relative;
	overflow: hidden;
}
#popUpDiv .bgPop {
	width: 465px;
	height: 400px;	
	left: 0px;
	top: 0px;
	z-index: 2;
	background: url(popBg2.png) 0 0 no-repeat;	
}
#popUpDiv .namePop {
	bottom: 20px;
	right: 40px;
	color: #fff;
	font: 14px "Trebuchet MS", Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	z-index: 3;
}
#popUpDiv .itemnamePop {
	top: 20px;
	left: 30px;
	color: #000;
	font: bold 17px "Trebuchet MS", Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	line-height: 1.1;
	z-index: 3;
	width: 85%;
}
#popUpDiv .x {
	top: 20px;
	right: 40px;
	z-index: 3;
	background:url(x.png) 50% 50% no-repeat;
	width: 16px;
	height: 16px;
	cursor: pointer;
}
