*{
	margin: 0;
	padding: 0;
	vertical-align: middle;
}

body {
	background: black;
}

#wrapper {
	margin: 0 auto;
	height: 500px;
	width: 780px;
	background: url(images/fundo_links.gif) no-repeat right top;
	position: relative;
	overflow: hidden;
}
#wrapper #espacoFotos {
	height: 400px;
	width: 600px;
	text-align: center;
	margin-left: 10px;
}

#wrapper #espacoFotos img{
	border-top: 1px solid #cc0000;
	border-left: 1px solid #cc0000;
	border-right: 2px solid #cc0000;
	border-bottom: 2px solid #cc0000;
	margin-top: 30px;
}

#wrapper #navFotosText {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #9d7728;
	text-align: center;
	width: 593px;
	margin-top: 5px;
}

#wrapper #navFotosText a{
	color: #9d7728;
	font-weight: bold;
	text-decoration: none;
}
#wrapper #tituloFoto {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-align: left;
	width: 780px;
	position: absolute;
	top: 5px;
	left: 0px;
	text-indent: 10px;
	padding-top: 3px;
}
#wrapper #tituloFoto #legendaFoto {
	font-size: 10px;
	font-weight: bold;
}

#wrapper #navFotosText a:hover{
	color: #ebdd48;
	font-weight: bold;
	text-decoration: underline;
}

#miniFotos {
	position: absolute;
	width: 120px;
	text-align: center;
	right: 10px;
	top: 50px;
	padding-bottom: 10px;
}

#miniFotos a{
	display: block;
	margin-bottom: 6px;
}

#miniFotos a img{
	border: 2px solid #bb0000;
}
#miniFotos a:hover img{
	border: 2px solid #ff5500;
}

#butLeft,
#butRight{
	position: absolute;
	width: 22px;
	height: 22px;
	right: 60px;
	overflow: hidden;
}

#butLeft a{
	width: 21px;
	height: 22px;
	display: block;
	background: url(bnt_left.gif);
}

#butRight a{
	width: 21px;
	height: 22px;
	background-image: url(btn_right.gif);
	display: block;
}

#butLeft a:hover{
	background: url(bnt_left.gif) left -22px;
}

#butRight a:hover{
	background: url(btn_right.gif) left -22px;
}
#butLeft img,
#butRight img{
	border: 0;
}

#butLeft{
	top: 21px;
}

#butRight{
	top: 386px;
}


