/*
This is the visible area of you carousel.
Set a width here to define how much items are visible.
The width can be either fixed in px or flexible in %.
*/
.carrosselGeral {
    position: relative;
	top: 5px;
	right: 0px;
	float: right;
	overflow: hidden;
}

/*
This is the container of the carousel items.
*/
.carrosselGeral > ul {
    width: 20000em;
    position: relative;
}

/*
These are the item elements.
*/
.carrosselGeral li {
    float: left;
}

/* SETAS NAVEGACAO */
.jcarousel-control-prev,
.jcarousel-control-next,
.jcarousel-control-lista-prev,
.jcarousel-control-lista-next,
.jcarousel-control-gallery-next,
.jcarousel-control-gallery-prev {
	display: block;
	position: absolute;
	/* PERSONALIZACAO */
/*	padding-top: 10px;
	padding-bottom: 10px;
	top: 0;
    cursor: pointer;
    z-index: 30;
    width: 30px;
    height: 8px;*/
}
	/*.jcarousel-control-prev {
        right: 40px;
        top: 300px;
        background: url('../../img/padrao/setaEsquerda.png') no-repeat;	
	}
	.jcarousel-control-next {
        top: 300px;
        right: 0px;        
        background: url('../../img/padrao/setaDireita.png') no-repeat;	
	}*/

	.jcarousel-control-gallery-prev {
        right: 40px;
        top: 320px;
        background: url('../../img/padrao/setaEsquerda.png') no-repeat;	
	}
	.jcarousel-control-gallery-next {
        top: 320px;
        right: 5px;        
        background: url('../../img/padrao/setaDireita.png') no-repeat;	
	}

	.jcarousel-control-lista-prev {
        background: url('../../img/padrao/images/setaEsquerda.png') no-repeat left top;	
		top: 50px;
		left: -50px;
	}
	.jcarousel-control-lista-next {
        top: 50px;
        right: -50px;
        background: url('../../img/padrao/images/arrowRight.png') no-repeat;			
	}
	.jcarousel-control-prev:hover, .jcarousel-control-next:hover {	
	}
.jcarousel-pagination-holder {
	background:rgba(0,0,0,0.5);	
	width:100%;
	bottom:-1px;
	left:0;
	padding:5px 0;
	text-align: center;
}

.jcarousel-pagination,
.jcarousel-pagination-galeria {
    /*margin:0 auto;*/
    float:left;
}

.jcarousel-pagination {
    margin-top:20px;
    margin-left:12px;	
}

.jcarousel-pagination-galeria {
    margin-top:20px;
    margin-left:0px;	
}

	.jcarousel-pagination a,
	.jcarousel-pagination-galeria a {
        float:left;
        width:13px;
        height:13px;
        margin:0 3px;
	}

	.jcarousel-pagination a {
        background:#ffffff;		
	}

	.jcarousel-pagination-galeria a {
        background:#858368;		
	}

	.jcarousel-pagination a.active
	, .jcarousel-pagination-galeria a.active {
            background:#306b79;
	}