div.overlay
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: #666;
	filter: alpha(opacity=60);
	-moz-opacity: .60;
	opacity: .60;
	z-index: 99;
}




div.overlay_image_print
{
	width: 440px;
	height: 470px;
    /*height: auto;*/
    /*border: solid 2px #686667;*/
	vertical-align: middle;
	/*background: #fff url(../../Images/1.EN/popup_bg.gif) repeat-x right top;*/
	z-index: 100;
	top: 25%;
	left: 25%;
	position: absolute;
	display: table;
	font-size: 14px;
}
div.overlay_image_print div.popup_outer
{
	width:440px;
	height: 470px;
}

div.overlay_image_print div.popup_bg
{
    width: 438px;
    height:470px;
    
    background: url(../../Images/dimmer/popup_arrow.gif) no-repeat left 0px;
}
div.overlay_image_print div.popup_content
{
    width: 434px;
    height:464px;
    margin-left:13px;
    margin-top:-10px;
    left:auto
}
div.popup_content div.icon_close
{
    background-color:#ffffff !important;
}
div.overlay_image_print div.popup_content div.icon_close
{
    right:20px;
    top:5px;
}
div.overlay_image_print div.popup_content div.icon_close a
{
	text-decoration:none;
	color:#00c4ee;
	position:relative;
	top:8px;
	left:359px;
	font-size:13px;
	font-weight:normal;
}
div.icon_close a img
{
	position:relative;
	top:2px;
	left:50px;
}
div.overlay_image_print div.popup_content iframe
{
    width: 434px;
    height:464px;
}
div.overlay_image_print div.popup_inner
{
    width: 434px;
    height: 464px;
}
div.overlay_image_print div.popup_inner_loading
{
	width: 434px;
	height: 464px;
	background-color: #fff;
	position: relative;
	left: 13px;
	top: 13px;
	background: url(../../Images/dimmer/loading.gif) no-repeat left top;
}

.youtube_title
{
	font:normal 20px tahoma;
	color:#c0c0c0;
}
.youtube_cont
{
	width:622px;
	height:534px;
	padding:1px 0px 0px 0px;
}

.youtube_cont .youtube_inner
{
	position:relative;
	width:613px;
	height:526px;
	
	background: url(../../../Images/Shared/cont.png) no-repeat left top;
	
}
.youtube_cont .youtube_inner a.close_but
{
	position:absolute;
	width:28px;
	height:27px;
	left:0px;
	top:-1px;
	background: url(../../../Images/Shared/close.png) no-repeat left top;
	
}
.youtube_cont iframe
{
	width:480px;
	margin:34px 67px 0px 66px;
	height:430px;
}