/* -------------------------------------------
   IMAGE PLAYER
   ------------------------------------------- */
div.image_player{
	position: fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index: 99;
	/*background-color: rgba(0,0,0,0.8);*/
	background-color: #ffffff;
}

div.image_player div.p_view{
	position: absolute;
	width: 90%;
	height: 90%;
	top:5%;
	left:5%;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
}

div.image_player div.p_close{
	position:absolute;
	top:10px;
	right:10px;
	width:48px;
	height:48px;
	cursor:pointer;
	z-index:200;
	font-size:28px;
	line-height: 48px;
	text-align: center;
	color:#ffffff;
}

div.image_player div.p_close img{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 36px;
	height: 36px;
	margin-top: -18px;
	margin-left: -18px;
}

div.image_player div.p_move{
	position:absolute;
	top:50%;
	margin-top:-36px;
	width:72px;
	height:72px;
	cursor:pointer;
	z-index:200;
	font-size:42px;
	line-height: 48px;
	text-align: center;
	color:#ffffff;
	background-color: #313537;
}

div.image_player div.p_prev{
	left:20px;
}

div.image_player div.p_next{
	right:20px;
}

div.image_player div.p_move img{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 24px;
	height: 24px;
	margin-top: -12px;
	margin-left: -12px;
}