#carousel .slides {
    height: 245px;
    overflow: hidden;
    background-color: #FFF;
}
#carousel .carousel_box {
    float: left;
    border: solid #fff 5px;
    width: 140px;
    height: 140px;
    color: #fff;
    line-height: 140px;
    text-align: center;
    font-size: 123%;
}

#carousel .carousel_box {
    text-align: center !important;
    float: none;
    width: 78px !important;
    height: 74px !important;
    padding: 0px !important;
}
#carousel .carousel_box img{
    position: relative;
    top: 7px;
    vertical-align: top !important;
}

#carousel .top-seta{
    background: url(../images/setasProdutos.png);
    width: 40px;
    height: 40px;
    margin-left: 25px;
    cursor: pointer;
}

#carousel .bottom-seta{
    background: url(../images/setasProdutos.png) no-repeat;
    background-position: 0 -41px;
    width: 40px;
    height: 40px;
    margin-left: 25px;
    margin-top: 20px;
    cursor: pointer;
}
.setas-horz{
    text-align: center;
}
.setas-horz .left-seta{
    background: url(../images/setasProdutos.png);
    background-position: -67px -11px;
    width: 16px;
    height: 30px;
    cursor: pointer;
    margin-right: 15px;
    display: inline-block;
}

.setas-horz .right-seta{
    background: url(../images/setasProdutos.png) no-repeat;
    background-position: -101px -11px;
    width: 16px;
    height: 30px;
    cursor: pointer;
    margin-left: 15px;
    display: inline-block;
}

#slider .slides{
    clear: both;
}