.jcarousel-skin-ie7 .jcarousel-container { /* container geral informativos */
    width: 610px;
	height:137px;
	padding:10px;
}
.jcarousel-skin-ie7 .jcarousel-direction-rtl {
	direction: rtl;
}
.jcarousel-skin-ie7 .jcarousel-clip-horizontal { /* container interno com itens */
    width: 570px;
    height: 135px;
	margin:auto;
}

.jcarousel-skin-ie7 .jcarousel-item { /* retangulos das imagens */
    width: 183px;
    height: 133px;
    border: 2px solid #999;
}

.jcarousel-skin-ie7 .jcarousel-item:hover { /* retangulos das imagens - hover */
    border-color: #54657e;
}

.jcarousel-skin-ie7 .jcarousel-item-horizontal {
    margin:  0 2px 0 2px;
}

.jcarousel-skin-ie7 .jcarousel-direction-rtl .jcarousel-item-horizontal {
	margin:  0 2px 0 2px;
}

/*  Botões Navegação Horizontal */
.jcarousel-skin-ie7 .jcarousel-next-horizontal {
    position: absolute;
    top: 9px;
    right: 2px;
    width: 19px;
    height: 139px;
    cursor: pointer;
    background: transparent url(../imagens/rotativo_dir.png) no-repeat 0 0;
}

.jcarousel-skin-ie7 .jcarousel-direction-rtl .jcarousel-next-horizontal {
    left: 5px;
    right: auto;
    background: transparent url(../imagens/rotativo_dir.png) no-repeat 0 0;
}

.jcarousel-skin-ie7 .jcarousel-next-horizontal:hover {
    background: transparent url(../imagens/rotativo_dir_hover.png) no-repeat 0 0;
}

.jcarousel-skin-ie7 .jcarousel-next-horizontal:active {
    background: transparent url(../imagens/rotativo_dir.png) no-repeat 0 0;
}

.jcarousel-skin-ie7 .jcarousel-next-disabled-horizontal,
.jcarousel-skin-ie7 .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-ie7 .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background: transparent url(../imagens/rotativo_dir_dis.png) no-repeat 0 0;
}

.jcarousel-skin-ie7 .jcarousel-prev-horizontal {
	position: absolute;
    top: 9px;
    left: 2px;
    width: 19px;
    height: 139px;
    cursor: pointer;
    background: transparent url(../imagens/rotativo_esq.png) no-repeat 0 0;
}

.jcarousel-skin-ie7 .jcarousel-direction-rtl .jcarousel-prev-horizontal {
    left: auto;
    right: 5px;
    background: transparent url(../imagens/rotativo_esq.png) no-repeat 0 0;
}

.jcarousel-skin-ie7 .jcarousel-prev-horizontal:hover {
    background: transparent url(../imagens/rotativo_esq_hover.png) no-repeat 0 0;
}

.jcarousel-skin-ie7 .jcarousel-prev-horizontal:active {
    background: transparent url(../imagens/rotativo_esq.png) no-repeat 0 0;
}

.jcarousel-skin-ie7 .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-ie7 .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-ie7 .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background: transparent url(../imagens/rotativo_esq_dis.png) no-repeat 0 0;
}