@charset "UTF-8";


#blanket {
   background-color:#111;
   opacity: 0.8;
   *background:none;
   position:absolute;
   z-index: 9001;
   top:0px;
   left:0px;
   width:100%;
}

#popUpDiv {
	position:fixed;
	background:#fff;
	width:auto;
	height:auto;
	padding:0px;
	z-index: 9002;
	left: 200px !important;
}
.img-new { width:920px; height:450px;}
#popUpDiv a { position:absolute; z-index:9003; right:-8px; top:-8px; margin:-15px -15px 0 0;}
#popUpDiv img{ float:left;}
@media screen and (max-width: 480px) {
    .img-new { width:450px; height:250px;}
	#popUpDiv {left: 9.5px !important;}
}
@media screen and (max-width: 280px) {
    .img-new { width:250px; height:250px;}
	#popUpDiv {left: 1.5px !important;}
}