.black_overlay{
	display: none;
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index:1001;
	-moz-opacity: 0.6;
	opacity:0.6;
	filter: alpha(opacity=60);
}

/* style='width:320px;height:320px;margin:120px auto 0 auto;border:3px;*/
.inner_video {
 	display: none;
	position: fixed;
	top: 10%;
	left: 25%;
	width: 420px;
	height: 400px;
	padding: 16px;
	border: 6px solid black;
	background-color: white;
	z-index:1002;
/*overflow: auto;*/
}

.inner_image {
 	display: none;
	position: fixed;
	top: 5%;
	left: 10%;
	width: 440px;
	height: 300px;
	padding: 16px;
	border: 6px solid black;
	background-color: white;
	z-index:1003;
}
.popup_close {
	width: 66px;
	height:10px;
	float: right;
	padding-bottom: 0.7em;
	background-image: url(../images/closelabel.png);
	background-repeat: none;
}
.image_popup {
	padding-top:10px;
	width: auto;
	height: auto;
}