﻿#bannerMaster{
    height  : 400px;
    width   : 100%;
    margin  : 0;
    padding : 0;
    position: relative;
	background : #000000;
}
    
#banner{
    height  : 400px;
    width   : 100%;
    margin  : 0;
    padding : 0;
    position: relative;
    overflow: hidden;
	background : #000000;
}

#banner div{
    height  : 400px;
    width   : 100%; 
    margin  : 0;
    padding : 0;
    position: relative;
}

#pages{
    position : absolute;
    background: url('/img/fundoNavegacao.png');
    bottom  : 1px;
    left    : 5%;
    z-index : 28;
	height	: 26px;
}

#nav{
    z-index : 8;
    padding : 0px 5%;
    height  : 37px;
	float	: right;
	position : absolute;
	bottom	: 0px;
	left	: 0px;
	margin	: 0px 0px 0px 103px;			
}

#nav li{
	background: url('/img/fundoNavegacao.png');
    width: 12px;
    float: left;
    list-style: none;
    padding:12px 10px 12px 10px;
    
}

#nav a{
    width   : 12px;
    height  : 12px;
    display : block;
    background-image:url('/img/icons/nav.png');
    
}

#nav li.activeSlide a{
    width: 12px;
    display: block;
    background-image:url('/img/icons/navActive.png');
}

#nav a:focus{
    outline: none;
}

#nav img{
    border  : none;
    display : block;
}