@charset "iso-8859-1";
/* CSS Document */

#floatLayer
{
	width:80%;
	position:fixed; 
	margin:0 auto;
	top:32px;
	text-align:center;
	margin-left:10%;
	z-index:99999999999999999999999 !important;
}

#floatLayer>img
{
	max-width:100%;
	cursor:pointer;
	max-height:570px !important;
	
	-webkit-filter:drop-shadow(10px 10px 4px rgba(0,0,0,0.5));
	filter:drop-shadow(10px 10px 4px rgba(0,0,0,0.5));
}

#pop_close
{
	width:80%;
	position:fixed; 
	margin:0 auto;
	top:10px;
	text-align:center;
	z-index:-9 !important;
	margin-top:-5px;
	cursor:pointer;
}

#pop_close>div
{
	position:relative;
	width:50px;
	height:50px;
	border-radius:50%;
	background-color:#FFFFFF;
	margin:0 auto;
	z-index:-99;
	font-family:arial;
	font-size:20px;
	color:#F00236;
	
	box-shadow:0px 0px 11px rgba(0,0,0,0.5);
   -webkit-box-shadow:0px 0px 11px rgba(0,0,0,0.5);
   -moz-box-shadow:0px 0px 11px rgba(0,0,0,0.5);
}
