
#APGfull{
opacity:0;
/*display:none;*/
position:fixed;
top:0;
left:0;
z-index:1999999;
width:100%;
height:100%;
background-color:rgba(0,0,0,0.9);
margin:0;padding:0;
}
 
#APGfull .APGhit{

width:100%;
height:100%;
position: absolute;
top:0;
left:0;

}
#APGfull .APGImage{
height:90%;
position:absolute;
top:0px;left:0;
width:100%;
}
#APGfull .APGImage img{
position:absolute;
opacity:0;
}




#APGfull .APGclose{
	position:absolute;
	top:10px;
	right:10px;
	cursor:pointer;
	color:rgba(31,154,215,1);
	font-size: 40px;
opacity: 1;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;

}
#APGfull .APGclose:hover{
opacity: 0.6;

}
#APGfull .APGprev:hover{
opacity: 1;

}

#APGfull .APGprev{
	position:absolute;
	top:45%;
	left:10px;cursor:pointer;
opacity: 0.6;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;

}
#APGfull .APGnext{
		position:absolute;
	top:45%;
	right:10px;
cursor:pointer;
opacity: 0.6;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

#APGfull .APGnext:hover{
opacity: 1;

}

#APGfull .APGbar{
position:absolute;
height:10%;
width:100%;
margin:0;
padding: 0;
overflow:hidden;
left:0;
bottom: 0;
}
#APGfull .APGbarline{
	position:absolute;
	height:100%;
top:0;left:0;
width:100%;
margin:0;padding:0;

} 
#APGfull .APGbarline img{
	position:relative;height:100%;
margin:0;padding:0;
border-right: 1px #000000 solid;
cursor:pointer;
} 
#APGfull .APGbarline img:hover {
	opacity: 0.75;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

#APGfull  .APGbar .APGprev{
top:40%;	
background-color:rgba(0,0,0,0.4);
display:none;
padding: 1px 4px;
 }
#APGfull   .APGbar .APGnext{
top:40%;	
display:none;	 
background-color:rgba(0,0,0,0.4);
padding: 1px 4px;
}
#APGfull   .APGloader{
top:45%;	
position:absolute;
left:48%;
width:30px;
height:30px;
}