#wrapper{
    background          : URL("../imagens/background/frota.png") no-repeat;
    height              : 540px;
    margin              : 0 0 30px 0;
    width               : 300px;
}

#myScroll .scrollEl {
    height              : 300px;
}

#myScroll H5 {
    font-size           : 12px;
    text-align          : center;
    margin              : 24px 0 17px 0;
    width               : 300px;
}

.cavalo H5 {
    font-size           : 12px;
    text-align          : center;
    margin              : 0 0 17px 0;
    width               : 300px;
}


.conteudo-cavalo H5 {
    font-size           : 12px;
    text-align          : center;
    margin              : 0 0 12px 0;
    padding             : 16px 0 0 0 ;
    width               : 300px;
}

.conteudo-cavalo UL.listaGeral {
    margin              : 0 0 0 16px!important;
}

.conteudo-cavalo UL.listaGeral LI {
    background          : URL("../imagens/icones/loguinho-dalcoquio.png") left 5px no-repeat!important;
    height              : auto!important;
    padding             : 0 0 0 14px;
}


.cavalo IMG.imgCavalo {
    margin              : 0 0 10px 52px;
}


.cavalo IMG#ver-detalhes {
    cursor              : pointer;
    margin              : 0 0 0 105px;
}
.conteudo-cavalo {
    background          : URL("../imagens/background/frota-cavalo.png") no-repeat;
    display             : none;
    height              : 540px;
    margin              : 0 0 30px 0;
    width               : 300px;
}

.conteudo-cavalo .imgCavalo{
    margin              : 10px 0 13px 52px;
}

.conteudo-cavalo IMG#fechar {
    cursor              : pointer;
    margin              : 11px 0 0 120px;
}

#myScroll IMG {
    margin              : 0 0 0 25px;
}


#myScroll .scrollEl .atributosCaminhoes LI {
    background          : URL("../imagens/background/separador-frota.gif") left bottom repeat-x;
    margin              : 4px 0 0 25px!important;
    padding-bottom      : 6px;
    width               : 250px;
}

#myScroll .scrollEl .atributosCaminhoes LI.semBackground {
    background          : none;
    padding-bottom      : 0!important;
}


#myScroll .atributosCaminhoes LI span{
    float               : right; 
}

#myScroll p.caminhoes.carga SPAN{
    background          : URL("../imagens/background/separador-frota.gif") left bottom repeat-x;
    padding-bottom      : 6px;
}



#controls {
    height              : 21px;
    background          : URL("../imagens/background/controls.png") no-repeat;
    margin-top          : 14px;
    padding             : 5px 0 0 93px;
}

#controls div {
    float               : left;
    height              : 26px;
    padding             : 0;
    width               : 45px;   
    cursor              : pointer;
}

#controls .prev {
   background          : URL("../imagens/botoes/bt-anterior.png") no-repeat;
   margin-right        : 25px;
}

#controls .next {
    background          : URL("../imagens/botoes/bt-proximo.png") no-repeat;
}

#controls .sel {
    height              : 16px;
}

#controls .prev.disabled {
    background          : URL("../imagens/botoes/bt-anterior-disabled.png") no-repeat;
    cursor              : auto;
    height              : 16px;
    width               : 45px;
}

#controls .next.disabled {
    background          : URL("../imagens/botoes/bt-proximo-disabled.png") no-repeat;
    cursor              : auto;
    height              : 16px;
    width               : 45px;
}

.ie6 #myScroll .atributosCaminhoes LI span{
    margin-top          : -16px;
}

.ie7 #myScroll .atributosCaminhoes LI span{
    margin-top          : -16px;
}
 
