		.jcarousel-wrapper {
		    width: 700px;
		    height: 500px;
		}

		.jcarousel {
		    position: relative;
		    overflow: hidden;
		    width: 700px;
		    height: 500px;
		}
		
		.jcarousel ul {
		    position: relative;
		    list-style: none;
		    margin: 0;
		    padding: 0;
			width: 700px;
		    height: 500px;
		}
		
		.jcarousel li {
		    float: left;
		    width: 700px;
		    height: 500px;
		}
		
		.jcarousel li img {
 			width: 100%;
			height: 80%;
		}
		
		.jcarousel li img {
		    width: 100%;
		    height: 80%
		}
		
		.jcarousel li .img {
		    width: 500px;
		    height: 500px;
		}
		
		.jcarousel li .title, .jcarousel li .text {
			width: 180px;
			left: 10px;
			position: relative;
		}
		
		.jcarousel li .title {
			font-size: 2em;
			font-weight: bold;
			top: 10px;
			line-height: 1em;
		}
		
		.jcarousel li .text {
			top: 30px;
		}
		
		.jcarousel-control, .jcarousel-control-prev, .jcarousel-control-next {
			position: relative;
		    top: -300px;
		    width: 21px;
		    height: 42px;
		    text-align: center;
            background: url('../../imagens/geral/btn-paginador.png') no-repeat 0px -157px;
		    z-index: 9;
		    text-decoration: none !important;
		}
		
		.jcarousel-control.jcarousel-control-inactive {
			display: none;
			visibility: hidden;
			cursor: default;
		}
		
		.jcarousel-control:hover {
			background-position-y: -199px;
		}
		
		.jcarousel-control-prev {
			float: left;
		}
		
		.jcarousel-control-next {
			float: right;
			background-position-x: -42px;
		}
		
		.btn_collapse_carousel {
		    display: block;
		    height: 35px;
		    line-height: 35px;
		    padding-left: 29px;
		    background: url(../../imagens/geral/btn_collapse.jpg) no-repeat;
		    font-size: 0.92em;
		    cursor: pointer;
		    background-position-y: -1px;
            background-position-x: -1px;
            margin-top: -1px;
		}
		
		
		.btn_collapse_carousel:hover {
		    text-decoration: none;
		    color: #333333;
		    background-color: #F0F0F0;
		    background-position: 0 -50px;
		}
		
		.carousel-table, .carousel-table thead {
		    border-bottom-style: solid;
		    border-bottom-width: 1px;
		    border-bottom-width-color: #E5E5E5;
		    border-top-width: 0px;
		    border-right-width: 0px;
		}
		
		.carousel-table {
		    width: 700px;
		    background-color: rgb(255,255,255);
		}