@charset "utf-8";
/* CSS Document */
.carrouselContainer{
	width: 100%;
	height: 100%;
	margin:0 auto;
	overflow: hidden;
}
	.carrouselContainer > ul , .newcarrousel  > ul {
		white-space: nowrap;
	}
		.carrouselContainer ul li  , .newcarrousel ul li {
			display: inline-block;
		}

		
		.newcarrousel{
			position: relative;
			left: 0px;
		}


.btn_carrousel_imagens_left {
	float: left;
	position: relative;
	top: 80px;
	z-index: 9975;
	left: -20px;
	background: url(../images/left_arrow_small.png);
	background-repeat: no-repeat !important;
	background-size: contain;
	text-indent: -99999px;
	width: 42px;
	height: 42px;
	margin-top: -42px;
}
.btn_carrousel_imagens_right {
	float: right;
	position: relative;
	top: 80px;
	z-index: 9977;
	left: 20px;
	background: url(../images/right_arrow_small.png);
	background-repeat: no-repeat !important;
	background-size: contain;
	text-indent: -99999px;
	width: 42px;
	height: 42px;
	margin-top: -42px;
}
@media screen and (max-width: 560px) {
	.btn_carrousel_imagens_left {
		margin-top: -70px;
		margin-bottom: 62px;
		left: -10px;
	}
	.btn_carrousel_imagens_right {
		margin-top: -70px;
		margin-bottom: 62px;
		left: 10px;
	}
}