*{margin:o; padding:0;}

#slides {
	height: 529px;
	width:1024px;
	overflow:hidden;
	float: left;
	position: relative;
	background-image: url(../imagens/bg-banner.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#cabecalho .centro #slides ul li h2 {
	font-size: 24px;
	color: #FFF;
	text-align: center;
	position:absolute;
	left: 134px;
	top: 18px;
	width: 300px;
}


.imge {
	position: absolute;
	top: 137px;
	left: 590px;
	z-index: auto;
	background-color: transparent;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=”yourPNG.png”, sizingMethod=”crop”);
}
.cont {
	top: 0px;
	position: absolute;
	left: 120px;
	top: 85px;
	width:350px;
	color: #a09ee2;
}


.cont p {
	text-align:left;
	color: #585482;
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
}

.cont span {
	color: #9f9de1;
	font-size: 34px;
}

#nav {
	position: absolute;
	left: 600px;
	bottom: 3px;
	background-image: url(../imagens/bg-dots.jpg);
	background-position: center top;
	height: 37px;
	width: 223px;
	padding-left: 70px;
	padding-top: 20px;
}


#nav a {
	text-decoration: none;
	background-image: url(../imagens/dots.gif);
	background-repeat: no-repeat;
	margin-top: 20;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 5px;
	font-size: 0px;
	background-position: left center;
	padding: 0px;
	height: 28px;
	width: 28px;
	float: left;
}
#nav a:hover {
	background-position: center;
}

#nav a.activeSlide {
	text-decoration: none;
	background-image: url(../imagens/dots.gif);
	background-repeat: no-repeat;
	margin-top: 20;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 5px;
	font-size: 0px;
	background-position: right center;
	padding: 0px;
	height: 28px;
	width: 28px;
	float: left;
}
#nav a:focus { outline: none; }
a:hover{text-decoration: none;}
#slides p #anterior, #slides p #proximo {
	z-index:9999;
	position:absolute;
	background-image: url(../imagens/setas-banner.gif);
	height: 76px;
	width: 42px;
	top:200px;
	background-repeat: no-repeat;	
	}
#slides p #proximo {
	right: 0;
	background-position: right top;
}
#slides p #proximo:hover {
	background-position: right bottom;
}

#slides p #anterior {
	left: 0;
	background-position:left bottom;
}
#slides p #anterior:hover {
	background-position:top left;
}
.cont .consulta {
	background-image: url(../imagens/bt-banner.jpg);
	background-repeat: no-repeat;
	height: 49px;
	width: 138px;
	display: block;
	float:left;

}
.cont .consulta:hover {
	background-image: url(../imagens/bt-banner.jpg);
	background-position: 0px bottom;

}

.cont .pacotes {
	background-image: url(../imagens/bt-banner.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 49px;
	width: 138px;
	display: block;	float:left;
	margin-left:20px;


}
.cont .pacotes:hover {
	background-image: url(../imagens/bt-banner.jpg);
	background-position: right bottom;

}
