
body{
	padding: 0;
	margin: 0;
	width:100%;
	min-width:980px;
}

body.overlayed{
overflow:hidden;
position:fixed;
}
body.static{
overflow:auto;
position:static;
margin-left:0px;
}


#overlay {
position: fixed;
top: 0;
left: 0;
height: 100%;
width: 100%;
display: none;
overflow: auto;
-webkit-overflow-scrolling:touch;
z-index:2;
}
#window_wrap{
	width:980px;
	margin:0 auto;
	position:relative;
	z-index:5;
}
#close_back{
	width:100%;
	position:absolute;
	height:100%;
	top:0px;
	left:0px;
	cursor:pointer;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/back.png', sizingMethod='scale');
	background:url(../images/back.png);
}

#window {
position:absolute;
padding: 0px;
top:0;
left:0;
display: none;

}

#window.mobile{
	-webkit-transform: scale(0.8);
	-webkit-transform-origin: center top;
}
 
.view {
width: 950px;
padding:15px;
position: relative;
z-index:1;
}

#Map1,#Map2,#Map3,#Map4,#Map5{
	cursor:pointer;
	width:120px;
	height:20px;
	position:absolute;
	left:50%;
	margin-left:350px;
	background: white;
	
	filter:alpha(opacity=0);
     -moz-opacity:0;
     -khtml-opacity: 0;
     opacity:0; 
}
#Map1{
top:1356px;	
}
#Map2{
top:2398px;	
}
#Map3{
top:2747px;	
}
#Map4{
top:3462px;	
}
#Map5{
top:4129px;	
}

#close {
	cursor:pointer;
top: 0px;
right: 0px;
}
#backtopagetop{
		cursor:pointer;
position: fixed;
bottom: 30px;
margin-left:950px;
}

.link{
	cursor:pointer;
}
#close_link{
	cursor:pointer;
	width:124px;
	height:135px;
	position:absolute;
	top:0px;
	right:0;
	background: white;
}
.pl{
	position:relative;

}
