@charset "utf-8";
/* CSS Document */
#FxBanner{
	width:100%;
	min-width:990px;
	height:220px;
	background:url(../background/bkg03.png);
}
#fotos{
	width:600px;
	height:220px;
	overflow:hidden;
	margin:0 auto;
	padding:0;
}
#PrevandNext{
	width:600px;
	height:220px;
	margin:0 auto;
	padding:0;
	position:relative;
}
#next{
	width:32px;
	height:32px;
	position:absolute;
	top:180px;
	right:260px;
	cursor:pointer;
	z-index:10;
	background:url(../imagem/next.png) no-repeat;
}
#prev{
	width:32px;
	height:32px;
	position:absolute;
	top:180px;
	left:260px;
	cursor:pointer;
	z-index:10;
	background:url(../imagem/prev.png) no-repeat;
}