.fundoFotos {
    background          : URL("../imagens/background/fundo-fotos.png") no-repeat left top;
    height              : 165px;
    padding             : 13px 0 0 18px;
    margin              : 20px 0 20px 16px;
    width               : 561px;
}

.localizacaoPorto {
    float               : left;
    margin              : 0 0 0 26px;
    width               : 254px;
}

#wrapper{
    float               : left;
    height              : 160px;
    margin              : 0 0 10px 0;
    width               : 251px;
}

#wrapper #myScroll {
    height              : 121px!important;
    width               : 251px!important;
}

#myScroll .scrollEl {
    height              : 121px;
}


#controls {
    height              : 21px;
    margin-top          : 2px;
    padding             : 0 0 0 70px;
}

#controls div {
    float               : left;
    height              : 26px;
    padding             : 0;
    width               : 45px;   
    cursor              : pointer;
}

#controls .prev {
   background          : URL("../imagens/botoes/bt-anterior-claro.png") no-repeat;
   margin-right        : 25px;
}

#controls .next {
    background          : URL("../imagens/botoes/bt-proximo-claro.png") no-repeat;
}

#controls .sel {
    height              : 16px;
}

#controls .prev.disabled {
    background          : URL("../imagens/botoes/bt-anterior-disabled-claro.png") no-repeat;
    cursor              : auto;
    height              : 16px;
    width               : 45px;
}

#controls .next.disabled {
    background          : URL("../imagens/botoes/bt-proximo-disabled-claro.png") no-repeat;
    cursor              : auto;
    height              : 16px;
    width               : 45px;
}

.ie7 #myScroll p span{
    margin-top          : -16px;
}
 
