﻿/*** Imagens rotativas do Aconteceu ***/
/*** Imagens rotativas do Aconteceu ***/
/*** Imagens rotativas do Aconteceu ***/
#wrapper1 {
    /*background-color: #cccccc;*/
    /* carla- retirei 
    /*background-color: #A7A9AC;
    border-top: solid 1px #A7A9AC;
    border-bottom: solid 1px #A7A9AC;***/
    width: 100%;
    height: auto;
    /*min-height: 90px;*/
    margin: 0;
    padding: 0;
    position: relative;
    bottom: 0;
    left: 0;
}
#inner1 {
    width: 80%;
    height: 82px;
    margin: 0 0 0 10%;
    padding: 0;
    border: 0;
    position: relative;
    overflow: hidden;
}
#carousel1 div {
    width: 120px;
    height: 82px;
    float: left;
    padding: 0;
    margin: 0;
    border: 0;
}
#carousel1 div img {
    border: none;
    padding: 0;
    margin: 0;
    width: 120px;
    height: 82px;
}
/*#pager {
    text-align: center;
    margin-top: 0;
    color: #666666;
}
#pager a {
    color: #666666;
    text-decoration: none;
    display: inline-block;
    padding: 5px 10px;
}
#pager a:hover {
    color: #333333;
}
#pager a.selected {
    background-color: #333333;
    color: #cccccc;
}*/
#prev, #next {
    display: block;
    width: 15px;
    height: 26px;
    margin-top: 20%;
    padding: 0;
    position: absolute;
    top: 0;
    outline: none;
}
#prev {
    background: url(img_lay/st_prev.png) no-repeat;
    left: 0;
}
#next {
    background: url(img_lay/st_next.png) no-repeat;
    right: 0;
}
/*** Imagens rotativas na página da Associação ***/
/*** Imagens rotativas na página da Associação ***/
/*** Imagens rotativas na página da Associação ***/
#wrapper2 {
    background-color: #ffffff;
    border-top: 1px solid #cccccc;
    width: 100%;
   /* height: 350px;
    position: absolute;*/
    left: 0;
    bottom: 0;
}

#carousel2 {
    margin-top: -105px;
}

#carousel2 div {
    text-align: center;
    width: 100px;
    /*height: 250px;*/
    float: left;
    position: relative;
}

#carousel2 div img {
    border: none;
    width: 100%;
    height: auto;
}

#carousel2 div span {
    display: none;
}

#carousel2 div:hover span {
    background-color: #333;
    color: #ffffff;
    display: inline-block;
    width: 100px;
    padding: 2px 0;
    margin: 0 0 0 -50px;
    position: absolute;
    bottom: 30px;
    left: 50%;
    border-radius: 3px;
}