.carruselPqu {
        width: 960px;
        height: 122px;
        position: relative;
        border-top: solid 1px #DBDBDB;
        border-bottom: solid 1px #DBDBDB;
}
.carruselPqu * {
        margin: 0;
        padding: 0;
        border: 0;
        list-style: none;
}

.carruselPqu .botL, .carruselPqu .botR {
        width: 20px;
        height: 122px;
        background: transparent url(/app/Tren-Peq/carousel_files/flch_nxt_prv.gif) no-repeat scroll;
        cursor: pointer;
}
.carruselPqu .botL {
        float: left;
        background-position: 0 center;
}
.carruselPqu .botL:hover {
        background-position: -20px center;
}
.carruselPqu .botR {
        float: right;
        background-position: -40px center;
}
.carruselPqu .botR:hover {
        background-position: -60px center;
}

.carruselPqu .mask {
        position: absolute;
        width: 888px;
        height: 90px;
        margin-left: 35px;
        *margin-left: 20px;
        margin-top: 15px;
        overflow: hidden;
}

.carruselPqu ul {
        position: relative;
}
.carruselPqu li {
        float: left;
        width: 222px;
        height: 90px;
}
.carruselPqu .fot {
        float: left;
}
.carruselPqu .tex {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        float: left;
        width: 100px;
        height: 48px;
        padding: 40px 0 0 10px;
}