@CHARSET "UTF-8";
#moldura {
	margin: 0 auto 10px auto;
	width: 500px;
	height: 334px;
}
#foto {
	width: 500px;
	height: 334px;
	background: no-repeat;
	background-position: center bottom;
}
#botoes {
	position: relative;
	margin-top: -167px;
}
.botao_esq {
	float: left;
	border-bottom: none;
	background: url(../images/botao_esq.png) no-repeat;
	height: 40px;
	width: 16px;
}
.botao_dir {
	float: right;
	border-bottom: none;
	background: url(../images/botao_dir.png) no-repeat;
	height: 40px;
	width: 16px;
}
.botao_esq:hover {
	background: url(../images/botao_esq_a.png) no-repeat;
}
.botao_dir:hover{
	background: url(../images/botao_dir_a.png) no-repeat;
}
input {
	border: 0;
	border-bottom: 2px dotted white;
	background: #dadada;
}