.carrosel .jcarousel-container {
    width:100%;
}

.carrosel .jcarousel-container-horizontal {
    width: 605px;
    padding: 17px 57px;
    background:#3D392D;
}

.carrosel .jcarousel-container-vertical {
    width: 96px;
    height: 252px;
    padding:27px 19px 0;
    background:url(../../_img/bg_carrosel.jpg) no-repeat;
}

.carrosel .jcarousel-clip-horizontal {
    width:  605px;
    height: auto;
}

.carrosel .jcarousel-clip-vertical {
    width:  96px;
    height: 227px;
}

.carrosel .jcarousel-item {
    width: 94px;
    height: 66px;
    border:1px solid #999999
}

.carrosel .jcarousel-item-horizontal {
    margin-right: 18px;
}

.carrosel .jcarousel-item-vertical {
    margin-bottom: 10px;
}

.carrosel .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Horizontal Buttons
 */
.carrosel .jcarousel-next-horizontal {
    position: absolute;
    top: 35px;
    right: 12px;
    width: 30px;
    height: 32px;
    cursor: pointer;
    background: transparent url(next-horizontal.gif) no-repeat 0 0;
}

.carrosel .jcarousel-next-horizontal:hover {
    background-position: -30px 0;
}

.carrosel .jcarousel-next-horizontal:active {
    background-position: -60px 0;
}

.carrosel .jcarousel-next-disabled-horizontal,
.carrosel .jcarousel-next-disabled-horizontal:hover,
.carrosel .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -90px 0;
}

.carrosel .jcarousel-prev-horizontal {
    position: absolute;
    top: 35px;
    left: 12px;
    width: 30px;
    height: 32px;
    cursor: pointer;
    background: transparent url(prev-horizontal.gif) no-repeat 0 0;
}

.carrosel .jcarousel-prev-horizontal:hover {
    background-position: -30px 0;
}

.carrosel .jcarousel-prev-horizontal:active {
    background-position: -60px 0;
}

.carrosel .jcarousel-prev-disabled-horizontal,
.carrosel .jcarousel-prev-disabled-horizontal:hover,
.carrosel .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -90px 0;
}

/**
 *  Vertical Buttons
 */
.carrosel .jcarousel-next-vertical {
    position: absolute;
    bottom: 5px;
    left: 45px;
    width: 43px;
    height: 20px;
    cursor: pointer;
    background: transparent url(next-vertical.jpg) no-repeat 0 0;
}

.carrosel .jcarousel-next-vertical:hover {
    background-position: 0 -20px;
}

.carrosel .jcarousel-next-vertical:active {
    background-position: 0 -40px;
}

.carrosel .jcarousel-next-disabled-vertical,
.carrosel .jcarousel-next-disabled-vertical:hover,
.carrosel .jcarousel-next-disabled-vertical:active {
    cursor: default;
    background-position: 0 -60px;
}

.carrosel .jcarousel-prev-vertical {
    position: absolute;
    top: 5px;
    left: 45px;
    width: 43px;
    height: 20px;
    cursor: pointer;
    background: transparent url(prev-vertical.jpg) no-repeat 0 0;
}

.carrosel .jcarousel-prev-vertical:hover {
    background-position: 0 -20px;
}

.carrosel .jcarousel-prev-vertical:active {
    background-position: 0 -40px;
}

.carrosel .jcarousel-prev-disabled-vertical,
.carrosel .jcarousel-prev-disabled-vertical:hover,
.carrosel .jcarousel-prev-disabled-vertical:active {
    cursor: default;
    background-position: 0 -60px;
}
#carousel_busca .image {width:176px; height:96px; background:#0B6F62;}
#carousel_busca .legenda {padding-top:6px; padding-bottom:8px; font-size:1.0em; color:#FFF; text-align:center}