.aCtr {
	margin: auto;
	position: absolute;
	top: 0; left: 0; bottom: 0; right: 0;
	opacity: 1.0;
}

#next {
	visibility: visible;
	opacity: 0;
	position: fixed;
	top: 0%;
	right: 0px;
	width: 15%;
	height: 100%;
	background:transparent;
	background:rgba(255,0,0,0.8);  
	cursor: pointer;
	z-index:1004;
	border-top-left-radius:15px;
	border-bottom-left-radius:15px;
}

#nextP {
	visibility: visible;
	position: fixed;
	top: 0%;
	right: 0px;
	width: 15%;
	height: 100%;
	background:transparent;
	z-index:1003;
}

#prev {
	visibility: visible;
	opacity: 0;
	position: fixed;
	top: 0%;
	left: 0px;
	width: 15%;
	height: 100%;
	background:transparent;
	background:rgba(255,0,0,0.8);  
	cursor: pointer;
	z-index:1004;
	border-top-right-radius:15px;
	border-bottom-right-radius:15px;
}

#prevP {
	visibility: visible;
	position: fixed;
	top: 0%;
	left: 0px;
	width: 15%;
	height: 100%;
	background:transparent;
	z-index:1003;
}

#up {
	visibility: visible;
	opacity: 0;
	position: fixed;
	top: 0%;
	left: 15%;
	right: 15%;
	height: 15%;
	background:transparent;
	background:rgba(255,0,0,0.8);  
	cursor: pointer;
	z-index:1004;
	border-radius:15px;
	text-decoration:underline;
}

#exit {
	visibility: visible;
	opacity: 0;
	position: fixed;
	bottom: 0%;
	left: 15%;
	right: 15%;
	height: 10%;
	background:transparent;
	background:rgba(255,0,0,0.8);  
	cursor: pointer;
	z-index:1004;
	border-radius:15px;
}

a:link {color:#FFFFFF; text-decoration:none;}
a:visited {color:#FFFFFF; text-decoration:none;}
a:hover {color:#FF0000; text-decoration:none;}

img {border-radius:12px; border:2px solid white;}

* {/*color:white; */font-size:1.0em;}
