/*
.black_overlay{
	 display: none;
	  position: absolute;
	  top: 0px;
	  left: 0px;
	  width: 1000px;
	  height: 3000px;
	  background-color: #000;
	  z-index:1001;
	  -moz-opacity: 0.8;
	  opacity:.80;
	  filter: alpha(opacity=80);
}*/

.white_content {
	  display: none;
	  position: absolute;
	  width: 560px;
	  height: 550px;
	  padding: 3px;
	  background-color: white;
	  z-index:100%;
	  overflow: auto;
	  top:50px; 
	  left:150px;
	  border:5px solid #000; 
}

*html .white_content {
	  display: none;
	  position: absolute;
	  width: 560px;
	  height: 570px;
	  padding: 3px;
	  background-color: white;
	  z-index:1002;
	  overflow: auto;
	  top:50px; 
	  left:150px;
	  border:5px solid #000; 
}

*:first-child+html .white_content {
	  display: none;
	  position: absolute;
	  width: 560px;
	  height: 570px;
	  padding: 3px;
	  background-color: white;
	  z-index:1002;
	  overflow: auto;
	  top:50px; 
	  left:150px;
	  border:5px solid #000; 
}

.white_content1 {

	  display: none;
	  position: absolute;
	  width: 400px;
	  height: 105px;
	  padding: 3px;
	  background-color: white;
	  z-index:1002;
	  overflow: auto;
	  top:550px; 
	  opacity :0;
	  left:280px;
	  border:5px solid #000; 
}



.white_content_snap {
	  display: none;
	  position: absolute;
	  width: 560px;
	  height: 360px;
	  padding: 3px;
	  background-color: #000;
	  z-index:1002;
	  overflow: auto;
	  top:200px; 
	  left:350px;
	  border:5px solid #000; 
}
.white_content1_snap {

	  display: none;
	  position: absolute;
	  width: 400px;
	  height: 105px;
	  padding: 3px;
	  background-color: white;
	  z-index:1002;
	  overflow: auto;
	  top:550px; 
	  opacity :0;
	  left:280px;
	  border:5px solid #000; 
}
