/* 
    Document   : agenda
    Created on : 10/Jul/2012, 12:29:52
    Author     : filipemurteira
    Description:
        Purpose of the stylesheet follows.
*/

.slider-wrapper{
    height: 500px;
    margin-bottom: 20px;
}

.nivoSlider {
    position:relative;
    background:url(../imagens/loader.gif) no-repeat 50% 50%;
} 
.nivoSlider img {
    position:absolute;
    top:0px;
    left:0px;
    display:none;
}
.nivoSlider a {
    border:0;
    display:block;
}
#conteudos .nivoSlider a:hover{
    background-color: transparent;
}

.nivo-caption{
    color: #666666;
}
.nivo-caption h1{
    font-size: 23px;
    font-family: "ScalaSans";
    font-weight: 700;
    color: #999999; 
}
.nivo-caption h2{
    font-size: 15px;
    font-family: "Scala Sans";
    font-weight: 500;
}

.nivo-prevNav {
    left:20px;
    background-image: url("../imagens/setaEsq.png");
}
.nivo-nextNav {
    right:20px;
    background-image: url("../imagens/setaDir.png");
}