div#layer_overlay {
	display: none;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position:fixed;
	z-index: 30;

}

div#layer_loading {
	position: absolute;
	height: 40px;
	width: 40px;
	cursor: pointer;
	display: none;
	overflow: hidden;
	background: transparent;
	z-index: 100;
}

div#layer_loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background: transparent url('../images/fancy_progress.png') no-repeat;
}

div#layer_outer {
	position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
   /*padding: 18px 18px 58px 18px;*/
    margin: 0;
    overflow: hidden;
    background: transparent;
    display: none;
	padding:0px;
}

/*div#layer_outer_2 {
	position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    padding: 18px 18px 58px 18px;
    margin: 0;
    overflow: hidden;
    background: transparent;
    display: none; background-color:#172136;
}*/

div#layer_inner {
	height:400px;
	position: relative;
}

div#layer_content {
	position: relative;
	margin: 0;
	z-index: 100;
	
}

div#layer_div {
	background: #000;
	color: #FFF;
	height: 100%;
	width: 100%;
	z-index: 100;
	padding:0px;
}

/*img#layer_img {
	position: absolute;
	top: 0;
	left: 0;
	border:0; 
	padding: 0; 
	margin: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
}*/

div#layer_close {
	position: absolute;
	top: 0px;
	right: 0px;
	height: 30px;
	width: 30px;
	background: url('../images/bt_closeZoom_b.gif') bottom left no-repeat;
	cursor: pointer;
	z-index: 181;
	display: none;
}

#layer_frame {
	width: 100%;
	/*height: 100%;*/
	height:303px;
	display: block;
	background:url('../images/bg_layer_app.jpg') bottom #dde1e2 repeat-x;
}

.layer_bigIframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*div#layer_bg {
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}
	
div.layer_bg {
	position: absolute;
	display: block;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}*/

#mn_Overlayer { padding:43px 0 0 24px;}
.mn_box{ width:280px; float:left; margin-right:28px;}
#mn_Overlayer .title { font-size:14px; color:#1b245d; padding-bottom:10px;}
#mn_Overlayer .title a{ font-size:16px; color:#1b245d; text-decoration:none; font-weight:bold;}
#mn_Overlayer .title a:hover{ font-size:16px; color:#008bd7; text-decoration:none; font-weight:bold;}
#mn_Overlayer .link{ font-size:12px; color:#1b245d; border-top:1px solid #1b245d; margin-top:4px; padding:4px 0 4px 12px; background:url('../images/ico_mn_app.gif') no-repeat left; background-position:0 8px;}
#mn_Overlayer .link a{ font-size:12px; color:#1b245d; text-decoration:none; font-weight:bold; background:url(../images/arrow_mn_app.gif) no-repeat;
background-position:260px 6px; display:block; width:280px;}
#mn_Overlayer .link a:hover{  color:#008bd7; background:url(../images/arrow_mn_app.gif) no-repeat;
background-position:260px -19px; display:block;}
