#wrap_rodape .jcarousel-container-horizontal {
    width: 988px;
	background:url(../imagens/bk_rodape.gif) repeat-x bottom;
	padding-left:2px;
	margin:2px 0 8px 0
}

#wrap_rodape .jcarousel-clip-horizontal {
    width:  968px;
    height: 126px;
	margin:10px auto 0 auto;
}

.banners_rodape .jcarousel-item-horizontal {
    margin-right: 5px;
    width: 189px;
    height: 88px;
}

.banners_rodape .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/* Horizontal Buttons */
#wrap_rodape .jcarousel-next-horizontal {
    position: absolute;
    bottom:0;
	right:460px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: url(../imagens/seta_dir.png);
}

#wrap_rodape .jcarousel-next-horizontal:hover {
}

#wrap_rodape .jcarousel-next-horizontal:active {
}

#wrap_rodape .jcarousel-next-disabled-horizontal,
#wrap_rodape .jcarousel-next-disabled-horizontal:hover,
#wrap_rodape .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -32px 0;
}

#wrap_rodape .jcarousel-prev-horizontal {
    position: absolute;
    bottom:0;
	left:460px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: url(../imagens/seta_esq.png);
}

#wrap_rodape .jcarousel-prev-horizontal:hover {
}

#wrap_rodape .jcarousel-prev-horizontal:active {
}

#wrap_rodape .jcarousel-prev-disabled-horizontal,
#wrap_rodape .jcarousel-prev-disabled-horizontal:hover,
#wrap_rodape .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -32px 0;
}
