* {
	margin:0;
	padding:0;
	border:0;
}

#acervo_presentation {
	position:relative;
	margin:0;
	padding:0;
	background-color:#f3f2f0;
	border:1px solid #000;
	height:410px;
	width:650px;
	overflow:hidden;
}

	a.acervo_presentationAnt,
	a.acervo_presentationProx {
		text-indent:-999px;
		position:absolute; z-index: 5;
		height:50px;
		width:50px;
		overflow:hidden;
		cursor:pointer;
		margin-top:-230px;
	}
		a.acervo_presentationAnt {
			margin-left:10px;
			background-image:url(navegacao_ant.png);
		}
		a.acervo_presentationProx {
			margin-left:590px;
			background-image:url(navegacao_prox.png);
		}
			.inFull a.acervo_presentationAnt,
			.inFull a.acervo_presentationProx {
				position:fixed;
				z-index:9;
				margin:0;
				top:50%;			
			}
				.inFull a.acervo_presentationAnt {
					left:10px;
				}
				.inFull a.acervo_presentationProx {
					right:10px;
				}
	
	.acervo_presentationNav {
		position:absolute; z-index: 5;
		background-color:#ccc;
		margin-top:-411px;
		padding: 3px 10px;
		width:35px;
		text-align:center;
		color:#fff;
	}
		.inFull .acervo_presentationNav {
			position:fixed;
			z-index:9;
			margin:0;
			top:0;
			left:0;
		}
		
	.acervo_presentationTexto {
		position:absolute; z-index: 5;
		background-color:#000;
		bottom:0;
		clear:both;
		display:block;
		padding:12px 17px;
		width:616px;
		
		-moz-opacity: 0.80;
		opacity: 0.80;
		-ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=80);
	}
		.acervo_presentationTexto p {
			color: #ffffff;
		}
			.inFull .acervo_presentationTexto  {
				position:fixed; z-index:9;
				width:100%;
				bottom:0;
				left:0;
			}
			
	.acervo_presentationFull {
		position:absolute; z-index: 5;
		margin:-411px 0 0 619px;
		text-indent:-999px;
		display:block;
		width:31px;
		height:23px;
		overflow:hidden;
		background-image:url(navegacao_full.jpg);
	}
			.inFull .acervo_presentationFull  {
				position:fixed; z-index:9;
				z-index:9;
				margin:0;
				top:0;
				right:0;
				background-image:url(navegacao_fullback.jpg);
			}