/* Fotos ------------------------------------------------*/


#albumLista {
    width         : 140px;
    _width        : 180px;
    float         : left;
    border        : 1px solid blue;
}

.album_lista_mes {
    margin-left   : 10px;
    display       : none;
}

#album {
    float         : right;
}

.album {
    margin-top    : 20px;
}

.album_borda {
    border        : 1px solid #bfd8c1;
    width         : 600px;
    margin-bottom : 5px;
}

.album_borda IMG {
    margin        : 4px;
    float         : left;
    border        : 1px solid green;
}

.album_dados {
    width         : 77%;
    margin        : 8px 8px 8px;
    float         : left;
}

/* ALBUM ----------------------------*/

#thumb {
    width		: 180px;
    margin-left         : 1px;
    float		: left;
}

#thumb DIV  {
    position            : relative;
    width		: 77px;
    height		: 55px;
    float		: left;
    margin		: 5px;
    text-align          : center;
    _margin		: 4px;
    cursor              : hand;
}

#thumb IMG {
    max-width           : 77px;
    max-height          : 55px;
    border              : 1px solid #707a7c;
    border-left         : none;
    border-top          : none;
}

#thumb DIV.pagFotos {
    width               : 100%;
    height              : 20px;
    float               : none;
    clear               : both;
    margin              : 0px;
    text-align          : center;
}

.pagFotos {
    border              : none !important;
}

#mostra_foto {
    width		: 600px;
    min-height          : 422px;
    text-align          : center;
    float		: left;
    z-index             : 5;
}

#foto_menu {
    width		: 140px;
    height		: 300px;
    border		: 1px solid green;
    float		: left;
}


#legendaFoto {
    width               : 600px;
    margin-top          : 10px;
    text-align          : center;
}

.setasIMG {
    position            : absolute;
    top                 : 1%;
    left                : 0px;
    width               : 100px;
    height              : 100%;
    background          : url(../_imagens/_sistema/fundo_aviso.png) no-repeat left bottom;
    text-align          : center !important;
    z-index             : 9;
    cursor              : hand;
}

.setasIMG IMG {
    margin-top          : 180px;
    display             : none;
}

.setasIMG:HOVER IMG {
    display             : block;
    margin-left         : 28px;
}

#left {
    position            : absolute;
    left                : 0px;
}

#right {
    position            : absolute;
    left                : 500px;
}