@charset "UTF-8";
/* CSS Document */
#photo_box_cover{
	position:fixed; 
	top:0px; 
	height:100%; 
	width:100%; 
	background:rgba(0,0,0,0.5); 
	z-index:9998
}
#photo_box_contain{
	width:1160px;
	margin:auto;
	height:540px;
	position:absolute;
	background:#000;
	box-shadow:0px 0px 8px #333;
}
#photo_box{
	width:1160px;
	margin:auto;
	height:540px;
	position:absolute;
	overflow:auto;
	background:#000;
}
#photo_img{
	position:absolute;
}
#photo_close{
	position:absolute;
	display:block;
	width:45px;
	height:28px;
	background:url(../images/photo_close_05.png) no-repeat center;
	right:0px;
	top:0px;
	z-index:9999;
}

