@CHARSET "ISO-8859-1";

.banner-highlight-area-carousel{
	clear: both;
	position: relative;
	z-index: 50;
	width: 100%;
}

#banner-highlight-carousel li{
    display: table-cell;
}

#banner-highlight-carousel ul{
	margin: 0 !important;
}

.banner-highlight-area-carousel .btn.prev, .banner-highlight-area-carousel .btn.next{
	width: 20px;
	height: 40px;
	top: 100px;
	cursor: pointer;
}

.banner-highlight-area-carousel .btn.prev{
	background: url(/wp-content/themes/Impreza/images/estrutura/setaesq.png) no-repeat left;
	position: absolute;
	left: -30px;
	z-index: 9;
}

.banner-highlight-area-carousel .btn.next{
	background: url(/wp-content/themes/Impreza/images/estrutura/setadir.png) no-repeat right;
	position: absolute;
	right: -30px;
	z-index: 9;
}

.banner-highlight-area-carousel .btn.prev:hover{
	background: url(/wp-content/themes/Impreza/images/estrutura/setaesq.png) no-repeat right;
}

.banner-highlight-area-carousel .btn.next:hover{
	background: url(/wp-content/themes/Impreza/images/estrutura/setadir.png) no-repeat left;
}

#banner-highlight-carousel{	
	width: 100%;
}

#banner-highlight-carousel img{
	max-height: 300px;
	z-index: 50;
}