.wrapper {margin: auto; width:100%; height:450px; float:left}
.jcarousel-wrapper {position: relative}

/* Carousel */
.jcarousel {position: relative; overflow: hidden; width: 100%}
.jcarousel ul {width: 20000em; position: relative; list-style: none; margin: 0px; padding: 0px}
.jcarousel li {width: calc(200px - 2px); height:450px; float: left; border:0px; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; text-align:center}
.jcarousel img {display: block; max-width: 100%; height: auto !important;}

/* Carousel Controls */
.jcarousel-control-prev, .jcarousel-control-next {position: absolute; top: 50%; margin-top: -25px; text-decoration:none}
.jcarousel-control-prev {left:0px; background:url('../imagens/depoimento_anterior.png'); width:24px; height:50px}
.jcarousel-control-next {right:0px; background:url('../imagens/depoimento_proximo.png'); width:24px; height:50px}