.jcarousel-container {
    position: relative;  
}

.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
    width: 624px !important;
}

.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;            
    left: 0;
    margin: 0;
    padding: 0;
}

#box_conteudo {
    width: 624px !important;
}

#box_titulo, #box_titulovideo {
    width: 624px !important;
}

#CarouselNoticias {
  display:block !important;
}

#CarouselNoticias .jcarousel-list li,
#CarouselNoticias .jcarousel-item {
    float: left;
    list-style: none;
    width: 624px !important;
    height: auto;
    margin: 0px 0;
}

.jcarousel-next {
    z-index: 3;
    display: none;
}

.jcarousel-prev {
    z-index: 3;
    display: none;
}


.jcarousel-next-horizontal {
	float:right;
    position: absolute;
	right:-5px;
	top:-46px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(imagens/flecha_right.png) no-repeat center center;
}

.jcarousel-next-horizontal:hover {
}

.jcarousel-next-horizontal:active {
    background-position: -64px 0;
}

.jcarousel-next-disabled-horizontal,
.jcarousel-next-disabled-horizontal:hover,
.jcarousel-next-disabled-horizontal:active {
    cursor: default !important;
    background-position: -96px 0 !important;
}

.jcarousel-prev-disabled-horizontal,
.jcarousel-prev-disabled-horizontal:hover,
.jcarousel-prev-disabled-horizontal:active {
    cursor: default !important;
    background-position: -96px 0 !important;
}

.jcarousel-prev-horizontal {
	float:right;
    position: absolute;
	top:-46px;
	right:24px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(imagens/flecha_left.png) no-repeat center center;
}

#CarouselVideos .jcarousel-list li,
#CarouselVideos .jcarousel-item {
    float: left;
    list-style: none;
    width: 207px;
    height: auto;
}

