 
    #lista_modelosImg{
        float:left;
        width:200px;
        height:390px;
    }
    #lista_modelosImg img{
        margin:10px;
        height:370px;
        border:none;
    }
    #lista_modelosDesc{
        float:right;
        width:350px;
        height:170px;
        font-size:14px;
        line-height:19px;
        padding:10px 0 0 80px;
        background:url(/temas/default/img/lista_modelosDesc_seta.png) no-repeat 55px 15px;
        border-bottom:2px dotted #CCC;
    }
        .lista_modelosDescMarcaNome{
            font-size:16px;
            color:#666;
        }
        .lista_modelosDescMarcaNome span {
            color:#6699CC;
            display:block;
            height:37px;
            margin:4px 0 10px;
        }
        .lista_modelosDescVerDetalhes {
            margin-top:20px;
            background:transparent url(/temas/default/img/botao_detalhe_relogio.png) no-repeat scroll 0px 21px;
            *background:transparent url(/temas/default/img/botao_detalhe_relogio.png) no-repeat scroll 0px 16px;
            padding:28px 27px 9px 35px;
            
        }
        #relogio_preco{
            margin-bottom:6px;
        }
        #relogio_refer{
            margin-bottom:4px;
            padding:0;
        }
        
        
    #lista_modelosAll{
        float:right;
        width:410px;
        position:relative;
        height:132px;
        margin:45px 0px;
        overflow:hidden;
    }


        .relogio_img_p_A{
            width:76px;
            margin:0 11px;
            border:none;
            filter:alpha(opacity=100);
            -moz-opacity:1;
            opacity:1;
        }
        .relogio_img_p_B:hover{
            filter:alpha(opacity=100);
            -moz-opacity:1;
            opacity:1;
        }
        .relogio_img_p_B{
            width:77px;
            margin:0 11px;
            border:none;
            filter:alpha(opacity=65);
            -moz-opacity:.6;
            opacity:.6;
        }
        #lista_modelosAll img:hover{
            cursor:pointer;
        }

    
    #scrollContainer{
        position:absolute;
    }
    
    .horizontalSrollLeft{
        float:right;
        width:490px;
        position:relative;
        height:132px;
        margin:100px 10px;
        width:10px;
        height:27px;
        background:url(/temas/default/img/seta_scroll_esquerda.png);
        z-index:99;

    }
    .horizontalSrollRight{
        clear:right;
        float:right;
        width:410px;
        position:relative;
        height:132px;
        margin:100px 0px;
        width:10px;
        height:27px;
        background:url(/temas/default/img/seta_scroll_direita.png);
        z-index:99;
    }
    .horizontalSrollRight span, .horizontalSrollLeft span { display:none; }
    .horizontalSrollRight:hover,
    .horizontalSrollLeft:hover{
        cursor:pointer;
    }