/*stili per il popup complessivo che mostra la singola immagine*/
#imgpop
	{
	position:fixed;
	top:0;
	bottom:0;
	left:0;
	right:0;
	z-index:100;
	background-color:black;
	background-color:rgba(0,0,0,0.8);
	background-position:center center;
	background-image:url(img/pop/loading.gif);
	background-repeat:no-repeat;
	display:none;
	}

#poptit
	{
	text-align:center;
	margin-top:20px;
	margin-bottom:10px;
	}

#popimgc
	{
	position:fixed;
	left:60px;
	right:60px;
	top:60px;
	bottom:60px;
	/*border:1px solid yellow*/
	}

#popimg
	{
	margin-left:auto;
	margin-right:auto;
	display:table;
	max-width:100%;
	max-height:100%;
	padding:3px;
	border:1px solid white;
	}

#popprev
	{
	position:fixed;
	top:60px;
	left:0;
	width:35%;
	height:100%;
	/*border:1px solid red;*/
	}

#popprev img
	{
 float:left;
	margin-top:50%;
	}

#popnext
	{
	position:fixed;
	top:60px;
	right:0;
	width:35%;
	height:100%;
	/*border:1px solid green;*/
	}

#popnext img
	{
 float:right;
	margin-top:50%;
	}

#popclose
	{
	position:fixed;
	right:0;
	top:0;
	height:60px;
	width:15%;
	}

#popclose img
	{
 float:right;
	margin-top:5px;
    margin-right:5px;
	}

#popsave
	{
	position:fixed;
	left:0;
	top:0;
	height:60px;
	width:15%;
	}

#popsave img
	{
 float:left;
	margin-top:5px;
    margin-left:5px;
	}
