#banner{
	margin-top:-20px;
	position: relative;
	z-index 1;
	width:960px;
	height: 474px;
	background:#fff;
	/*box-shadow: 3px 3px 8px #000;*/
}
#bannerContainer {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
}
#banner figure{
	position:relative;
	float: left;

}
#banner figcaption {
	
    background-image: url("../imagens/figCaptionBg.png");
    bottom: 0;
    font-family: 'Oswald','sans-serif';
    font-size: 16pt;
    height: 40px;
    padding: 10px 22px;
    position: absolute;
    width: 100%;
}

#bannerNav{
	position: absolute;
	right: 8px;
	bottom: 20px;
	height: 17px;
}
.bannerItem{
	background-image: url('../imagens/bannerBackground.png');
	background-position: center right;
	float: left;
	margin-left: 6px;
	height: 17px;
	width: 16px;
	display: block;
	color: transparent;
}
a.bannerItem:hover,
a.bannerItem.atual{
	background-position: center left;
}
.logo{
	width: 342px;
	height: 156px;
	position:  relative;
	z-index: 3;
	margin-top: -268px;
}