@charset "utf-8";
/* CSS Document */


/* CORROUSEL IMAGENS E VIDEOS */


div#carrousel{
	margin:0 auto;
	position:relative;
	height:170px;
	display:block;
	width:850px;
	
}

div#carrousel div#imagens{
	width:inherit !important;

}


div#carrousel a.ndcanterior{
	display:block;
	position:absolute;
	background: url(../img/sprite01.png)no-repeat scroll 0px -210px;
	left:10px;
	top:65px;
	width:20px;
	height:30px;
	color: #646464;
		
}


div#carrousel a.ndcproximo{
	display:block;
	position:absolute;
	background: url(../img/sprite01.png)no-repeat scroll 0px -151px;
	left:820px;
	top:65px;
	width:20px;
	height:30px;
	color: #646464;
	
}


div#carrousel div.ndcarrossel {
	background:none !important;
	overflow: hidden;
	margin: 0 auto;
	height: 170px;
	
}


div#carrousel div#conteudo_carrossel div.empresalista {
	margin: 0 5px;
	padding: 10px; 
	height:170px;
	float:left;
	background-color: #fff;
	border-radius: 3px;
	
}



/* CORROUSEL IMAGENS E VIDEOS */


