

/* featured listings homepage carousel */
#list { 
	margin:0 auto; 
	height:180px;
}
.slider-marcas { 	
	float:left;  
	left:-5000px;  
	margin-left:15px;  
	position:relative; 
	height: 160px; /* visibility:hidden; */	
}
.slider-marcas ul { 
	height: 160px;
}
.slider-marcas  ul li { 
	padding:5px 0;  
	height:160px;  
	width:200px;	
}
.slider-marcas ul li img:hover { 
	box-shadow: 3px 3px 8px -3px rgba(194,186,101); 	
}
.slider-marcas  ul li img { 
	cursor:pointer;	
        margin: auto;
        box-shadow: 3px 3px 8px -3px rgba(0,0,0,0.5); 
}
.prev-m { 
	cursor:pointer;  
	float:left; 
	padding-top:65px;
	}
div.prev-m img:hover, 
div.next-m img:hover {
	opacity:0.6;
	}
.next-m { 
	cursor:pointer;  
	float:right; 
	padding-top:65px;
	}

/*Modificações Ederson*/
.link-destaque {
	font-size: 16px !important;
	height: 40px;
	display: block;
}

.produtosCarousel {
    height: auto !important;
}

