.portlet-barra-icones .carousel {
	background: white;
	float: left;
	margin: 0 -2px 0 0;
	padding: 0;
}

.portlet-barra-icones .carousel-middle a {
	text-decoration: none;
	color: #3D7387;
}

.portlet-barra-icones .carousel-middle a p {
	width: 170px;
	text-align: center;
}

.portlet-barra-icones .servicos-descricao p {
	margin-bottom: 20px;
}

.portlet-barra-icones .carousel-left-corner {
	width: 6%;
}

.portlet-barra-icones .carousel-right-corner {
	width: 6%;
}

.portlet-barra-icones .carousel-middle {
	width: 88%;
}

.portlet-barra-icones .caroufredsel_wrapper {
	height: 170px !important;
	background: #ddd;
	border-radius: 5px;
}

.portlet-barra-icones .carousel-middle ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
}

.portlet-barra-icones .carousel-middle li {
	text-align: center;
	padding: 0;
	display: block;
	float: left;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 0;
	margin-top: 3.55em;
	position: relative;
	width: 90px;
}

.portlet-barra-icones .carousel-middle li span {
	display: block;
	/*height: 35px;*/
	margin-top: 0.9em;
}

.portlet-barra-icones .carousel-middle li img {
	max-width: 89px;
	min-height: 68px;
	max-height: 70px;
}

.portlet-barra-icones .carousel-navigator {
	position: relative;
	height: 12px;
	width: 20px;
	cursor: pointer;
}

.portlet-barra-icones .prev {
	/*left: 50%;*/
	background: url("/temaPortalGestaoPessoas/images/carousel/icon-left.png") no-repeat center center;
	height: 170px;
}

.portlet-barra-icones .next {
	left: 36.5%;
	background: url("/temaPortalGestaoPessoas/images/carousel/icon-right.png")
		no-repeat center center;
	height: 170px;
}

.portlet-barra-icones .servicos-descricao {
	margin-bottom: 4.5em;
	color: #777777;
}