#fade {
	background: #000;
	position: fixed;
	width: 100%;
	height: 100%;
	filter:alpha(opacity=80);
	opacity: .80;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; /*--IE 8 Transparency--*/
	left: 0;
	top: 0;
	z-index: 10;
}

#hideshow {
	position: absolute;
	width: 870px;
	height: 480px;
	top: 58px;
	left: 145px;
	z-index: 6;
	visibility: hidden;
}
#hideshow2 {
	position: absolute;
	width: 870px;
	height: 480px;
	top: -471px;
	left: 132px;
	z-index: 4;
	visibility: hidden;
}
#hideshow3 {
	position: absolute;
	width: 870px;
	height: 480px;
	top: 56px;
	left: 57px;
	z-index: 4;
	visibility: hidden;
}
.popup_block {
 
	background: #ddd;
	/*padding: 10px 20px;*/
	border: 10px solid #fff;
	float: left;
	width: 870px;
	height: 475px;
	position: fixed;
	top: 13%;
	left: 33%;
	margin: 0 0 0 -250px;
	z-index: 100;
}
.popup_block .popup {

/*overflow: auto;*/ 
	width: 870px;
	height: 475px;
	float: left;
	/*width: 100%;*/
	background: #fff;
	
	
	border: 1px solid #bbb;
}.popup h3 {
	margin: 0 0 20px;
	padding: 5px 10px;
	border-bottom: 1px solid #bbb;
	font-size: 1.5em;
	font-weight: normal;
}
.popup p {

	padding: 5px 10px;
	margin: 5px 0;
}
.popup img.cntrl {
	position: absolute;
	right: -35px;
	top: -35px;
}

