#pictureLayer {
	position: absolute;
	width: 250px;
	height: 325px;
	top: 288px;
	left: 375px;
	background: #fff;
	border: 1px solid #DCC970;
	display: none;
}


#popUpLayer {
	display: none;
	position: absolute;
	top: 300px;
	left: 200px;
	width: 401px;
	height: 325px;
	border: 1px solid #608581;
	background: #fff;
}
