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