body.overlay {
	text-align:left; overflow-x: hidden;
	background: black;
}
body.nooverlay {
	text-align:left;
}
.overlay_pgembd {
	position: absolute; top: 0px; width: 1001px; z-index: 1000;
	background: #555555;
	opacity: 0.01; -moz-opacity: 0.01; filter:alpha(opacity=01);
}
.content_pgembd_loading {
	width: 200px;
	height: 200px;
	position: absolute; top: 0px; z-index: 1100;
	background: white url('/images/pgembd/loading.gif') center center no-repeat;
	opacity: 0.0; -moz-opacity: 0.0; filter:alpha(opacity=0);
}
.content_pgembd_loaded {
	width: 200px;
	height: 200px;
	position: absolute; top: 0px; z-index: 1100;
	background: white;
}
.content_pgembd_init {
	position: absolute; top: 0px; z-index: 1100; background: white;
	border-bottom: 0px solid white;
	opacity: 0.0; -moz-opacity: 0.0; filter:alpha(opacity=0);
}
.content_pgembd {
	position: absolute; top: 0px; z-index: 1100; background: white;
	border-bottom: 0px solid white;
}
.pgembd_cp {
	padding: 0px; margin: 0px;
	background: none;
	height: 41px; width: 41px;
	position: absolute; top: 0px; z-index: 1100;
}
#pgembd_close {
	background: url('/images/pgembd/close.png') no-repeat;
	display: block;
	width: 41px;
	height: 41px;
	cursor: pointer;
}
.embdpframe {
	border: 1px solid #eeeeee;
}
.pgembd_cp A:link, .pgembd_cp A:active, .pgembd_cp A:visited {
	color: black; text-decoration: none; -moz-outline-style:none; font: 12px verdana;
}
.pgembd_cp A:hover {
	color: black; text-decoration: underline;
}

div.pgembd_hoverbutton {
	display: block;
	width: 200px;
	height: 300px;
	z-index: 3000;
	position: absolute;
	top: 10px;
	cursor: pointer;
	background: white;
        filter:alpha(opacity=0); opacity:0.0; -moz-opacity:0.0;
}
div.pgembd_hoverbutton#pgembd_hoverbutton_area_prev {
	left: 0px;
}
div.pgembd_hoverbutton#pgembd_hoverbutton_area_next {
	right: 0px;
}
div#pgembd_hoverbutton_prev {
	position: absolute;
	top: 200px;
	left: 0px;

	background: url('/images/pgembd/prev.png') no-repeat;
	width: 60px;
	height: 120px;
	display: none;
}
div#pgembd_hoverbutton_next {
	position: absolute;
	top: 200px;
	right: 0px;

	background: url('/images/pgembd/next.png') no-repeat;
	width: 60px;
	height: 120px;
	display: none;
}
