
#black {
z-index: 1000;
background-image: url("../../img/top/black.png");
background-repeat: repeat;
width: 100%;
height: 100%;
overflow: hidden;
position: fixed !important;
position: absolute;
top: 0px;
left: 0px;
display: none;
}


.box {
z-index: 10000;
display: none;
width: 100%;
height: 100%;
position: fixed !important;
position: absolute;
top: 0px;
left: 0px;
}

.close_wrap {
width: 100%;
height: 100%;
display: none;
position: absolute;
top: 0px;
left: 0px;
}

.box table, .box tr {
width: 100%;
height: 100%;
}


.box td {
height: 100%;
vertical-align: middle;
}	

.box .pop_inner {
position: relative;
background-color:#FFF;
margin: 0 auto;
width:540px;
height:540px;
	overflow:hidden;
}

.close_ele {
cursor: pointer;
display: none;
position: absolute;
right: 6px;
top: 6px;
}


.right_ele{
cursor: pointer;
position: absolute;
right:6px;
top:250px;
	}

.left_ele{
cursor: pointer;
position: absolute;
left:6px;
top:250px;
display:none;
	}


.hide_ele,.photo{
display:none;
	}
	