#pop_image {
	width: 450px;
	height: 600px;
	left: 10px;
	top: 10px;
	resize: both;
	overflow: hidden;
	min-width: 300px;
	min-height: 300px;
	padding-bottom: 0px;
}

#pop_imageClose img {
	width: 20px;
	display: inline-block;
	cursor: pointer;
	margin-bottom: 10px;
}

#pop_image_main img {
	width: 90%;
}

#pop_image_video {
	display: none;
}

#pop_image_video video {
	width: 90%;
	margin-left: 5%;
	height: 300px;
}