.bgBanner
{
	float: left;
	width: 100%;
}
#bannersDestaque
{
	background: #fff;
    float: left;
    height: 550px;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 100%;
}
#bannersDestaque .banner
{
	overflow: hidden;
    position: absolute;
    text-align: center;
    width: 100%;
}	
#bannersDestaque ul
{
	bottom: 5px;
    float: left;
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
}	
#bannersDestaque ul li
{
	display: inline-block;
	*float: left;
    margin: 0 2px;
    opacity: 1 !important;
}
#bannersDestaque ul li a
{
	background: #c7c7c7;
    border: 3px solid #fff;
    border-radius: 50px;
    color: transparent !important;
    float: left;
    height: 8px;
    width: 8px;

    -webkit-transition:all 0.3s ease-in;  
    -moz-transition:all 0.3s ease-in;  
    -o-transition:all 0.3s ease-in;  
    transition:all 0.3s ease-in;
}
#bannersDestaque ul li a:hover,
#bannersDestaque ul li.active a
{
	background: #900;
	border: 3px solid #ca3131;
}
.bannerRegua
{
    float: left;
    margin: 25px 0;
    width: 100%;
}
.bannerRegua .contRegua
{
    margin: 0 auto;
    text-align: center;
    width: 1035px;
}